Tell flake8 to ignore files that should not be checked

The Python files under build/ are mere copies, not worth checking.

_LinkChecker_configdata.py is a generated file, not stored in the VCS,
not really part of the source.
This commit is contained in:
Marius Gedminas 2020-05-29 11:58:15 +03:00
parent 4d2449bb13
commit 321054f387

View file

@ -22,6 +22,9 @@ ignore = *.rej
filename =
*.py
./linkchecker
extend-exclude =
build/
_LinkChecker_configdata.py
builtins =
_
_n