matrix-bot/setup.cfg

13 lines
236 B
INI
Raw Permalink Normal View History

2020-08-03 18:32:53 +02:00
[yapf]
based_on_style = pep8
spaces_before_comment = 4
split_before_logical_operator = true
[flake8]
ignore = ANN101,ANN102
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
2020-08-05 23:24:31 +02:00
max-complexity = 10
[isort]
known_third_party =