mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-06 14:43:17 +03:00
Make flake8 config black-compatible
This commit is contained in:
parent
50643e0dfb
commit
29ae3e1337
|
@ -2,6 +2,7 @@
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
max_complexity = 10
|
max_complexity = 10
|
||||||
exclude = types.py
|
exclude = types.py
|
||||||
|
extend-ignore = E203,E701
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
examples/demo/*: F841
|
examples/demo/*: F841
|
||||||
examples/containers/traverse.py: E501
|
examples/containers/traverse.py: E501
|
||||||
|
|
Loading…
Reference in New Issue
Block a user