.flake8 186 Bytes
Newer Older
1
[flake8]
2
3
4
max-complexity = 10
max-line-length = 120
# flake8-docstrings extension
5
6
7
8
inline-quotes = single
multiline-quotes = double
docstring-quotes = double
docstring-convention = google