drawbridge/.flake8

6 lines
115 B
Text
Raw Normal View History

2023-06-29 22:51:14 -07:00
[flake8]
max-line-length = 160
exclude = docs/*, .git, __pycache__, build
per-file-ignores =
__init__.py: F401