backup-tool/.flake8

9 lines
159 B
Plaintext
Raw Permalink Normal View History

2021-04-25 09:59:18 +02:00
# vim: ft=cfg
[flake8]
max-complexity = 7
2021-04-26 17:45:19 +02:00
docstring-convention=google
# Required to be compatible with black
extend-ignore = E203,W503
inline-quotes = double