chore: replace flake8 config file and add autoformatting

This commit is contained in:
Robert Kaussow 2021-06-07 22:14:50 +02:00
parent 5029ecb66e
commit bcb33e95ab
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 12 additions and 0 deletions

12
setup.cfg Normal file
View File

@ -0,0 +1,12 @@
[flake8]
ignore = D100, D101, D102, D103, D105, D107, E402, W503
max-line-length = 99
inline-quotes = double
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs,env*
[yapf]
based_on_style = google
column_limit = 99
dedent_closing_brackets = true
coalesce_brackets = true
split_before_logical_operator = true