xoxys.renovate_bot/.flake8
Robert Kaussow 5e9fd7174d
Some checks are pending
continuous-integration/drone/push Build is pending
initial commit
2020-10-10 10:03:50 +02:00

6 lines
187 B
INI

[flake8]
ignore = 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*