- Fixing flake8 configuration to agree with black - Adding black validation check to github actions
7 lines
178 B
INI
7 lines
178 B
INI
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore = E203,E211,E225,E226,E227,E231,E251,E261,E262,E265,E402,E999
|
|
max-complexity = 10
|
|
per-file-ignores =
|
|
test/test_examples.py: C901
|