infa735-drawbridge/.flake8

6 lines
115 B
Text
Raw Permalink Normal View History

2023-12-04 14:09:05 -08:00
[flake8]
max-line-length = 160
exclude = docs/*, .git, __pycache__, build
per-file-ignores =
__init__.py: F401