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
Plaintext
Raw Normal View History

2021-05-18 08:57:40 +02:00
# vim: ft=cfg
[flake8]
max-complexity = 7
docstring-convention=google
inline-quotes = double
# Required to be compatible with black
extend-ignore = E203,W503