mirror of
https://github.com/aquatix/alfagok.git
synced 2025-12-07 00:25:12 +01:00
22 lines
380 B
INI
22 lines
380 B
INI
[flake8]
|
|
ignore = D203, W503
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
docs/source/conf.py,
|
|
build,
|
|
dist,
|
|
example_config/gunicorn_webhaak_conf.py,
|
|
example_config/rq_settings.example.py,
|
|
example_config/settings.py,
|
|
max-line-length = 120
|
|
max-complexity = 10
|
|
|
|
[pycodestyle]
|
|
max_line_length = 120
|
|
ignore = E501, W503
|
|
|
|
[isort]
|
|
line_length = 120
|
|
multi_line_output = 3
|