mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Add flake8 ignore for demo
This commit is contained in:
parent
b7efb1e3e2
commit
170263de4d
|
@ -1,2 +0,0 @@
|
||||||
[pydocstyle]
|
|
||||||
ignore = F841
|
|
|
@ -2,6 +2,8 @@
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
max_complexity = 10
|
max_complexity = 10
|
||||||
exclude = types.py
|
exclude = types.py
|
||||||
|
per-file-ignores =
|
||||||
|
examples/demo/*: F841
|
||||||
|
|
||||||
[pydocstyle]
|
[pydocstyle]
|
||||||
ignore = D100,D101,D102,D105,D106,D107,D203,D213
|
ignore = D100,D101,D102,D105,D106,D107,D203,D213
|
||||||
|
|
Loading…
Reference in New Issue
Block a user