mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-19 12:32:27 +03:00
8 lines
133 B
INI
8 lines
133 B
INI
[flake8]
|
|
max_line_length = 100
|
|
max_complexity = 10
|
|
exclude = types.py
|
|
|
|
[pydocstyle]
|
|
ignore = D100,D101,D102,D105,D106,D107,D203,D213
|