xoxys.hcloud_server/.flake8

6 lines
187 B
Plaintext
Raw Normal View History

2020-05-17 20:19:07 +02:00
[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*