mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-17 20:13:13 +03:00
Fix flake8 issues
This commit is contained in:
parent
08e233079f
commit
c2619cc43f
4
.flake8
4
.flake8
|
@ -1,4 +0,0 @@
|
|||
[flake8]
|
||||
exclude = .git,__pycache__,.venv,venv
|
||||
per-file-ignores =
|
||||
examples/*: F821
|
|
@ -8,7 +8,7 @@ per-file-ignores =
|
|||
examples/containers/traverse.py: E501
|
||||
examples/providers/async.py: F841
|
||||
examples/providers/async_overriding.py: F841
|
||||
examples/wiring/*: F841
|
||||
examples/wiring/*: F821,F841
|
||||
|
||||
[pydocstyle]
|
||||
ignore = D100,D101,D102,D105,D106,D107,D203,D213
|
||||
|
|
Loading…
Reference in New Issue
Block a user