config-skeleton/.flake8

10 lines
180 B
Plaintext
Raw Normal View History

2021-05-22 18:30:24 +02:00
# vim: ft=cfg
[flake8]
2021-05-22 21:28:01 +02:00
max-line-length = 88
2021-05-22 18:30:24 +02:00
max-complexity = 7
docstring-convention=google
# Required to be compatible with black
extend-ignore = E203,W503
inline-quotes = double