mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-30 03:04:16 +03:00
11 lines
206 B
INI
11 lines
206 B
INI
[flake8]
|
|
max_line_length = 100
|
|
max_complexity = 10
|
|
exclude = types.py
|
|
per-file-ignores =
|
|
examples/demo/*: F841
|
|
examples/wiring/*: F841
|
|
|
|
[pydocstyle]
|
|
ignore = D100,D101,D102,D105,D106,D107,D203,D213
|