mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00

- Fixing flake8 configuration to agree with black - Adding black validation check to github actions
6 lines
178 B
INI
6 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
|