This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
jos/.flake8

8 lines
158 B
INI

# vim: ft=cfg
[flake8]
max-complexity = 7
docstring-convention=google
inline-quotes = double
# Required to be compatible with black
extend-ignore = E203,W503