fix formatting

This commit is contained in:
Yves Delley
2024-11-12 18:43:50 +01:00
parent 329b9f585c
commit 7fa15d224d
7 changed files with 71 additions and 33 deletions

View File

@@ -7,3 +7,6 @@ ignore =
E712,
# line break before binary operator
W503
per-file-ignores =
# flake8 is just plain wrong here, contradicting black
.github/generate-job-matrix.py:E225,E231