mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-23 07:00:57 +03:00
Mute flake8 errors in async provider examples
This commit is contained in:
parent
c42bac1d74
commit
8f10f2b18e
|
@ -4,6 +4,8 @@ max_complexity = 10
|
||||||
exclude = types.py
|
exclude = types.py
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
examples/demo/*: F841
|
examples/demo/*: F841
|
||||||
|
examples/providers/async.py: F841
|
||||||
|
examples/providers/async_overriding.py: F841
|
||||||
examples/wiring/*: F841
|
examples/wiring/*: F841
|
||||||
|
|
||||||
[pydocstyle]
|
[pydocstyle]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user