xoxys.udev/setup.cfg
Robert Kaussow a0b5496650
Some checks reported errors
continuous-integration/drone/push Build was killed
initial commit
2023-04-11 20:44:03 +02:00

13 lines
336 B
INI

[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