comictagger/.flake8
Timmy Welch 470b5c0a17 Fix adding files to GUI via running ComicTagger with more filenames
Add flake8-print to ensure all logging uses the logging package
2022-06-06 20:04:51 -07:00

7 lines
158 B
INI

[flake8]
max-line-length = 120
extend-ignore = E203, E501, A003
extend-exclude = venv, scripts, build, dist
per-file-ignores =
comictaggerlib/cli.py: T20