superbenchmark/.flake8

9 строки
186 B
INI

[flake8]
max-complexity = 10
max-line-length = 120
# flake8-docstrings extension
inline-quotes = single
multiline-quotes = double
docstring-quotes = double
docstring-convention = google