mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
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:
parent
4d2449bb13
commit
321054f387
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ ignore = *.rej
|
|||
filename =
|
||||
*.py
|
||||
./linkchecker
|
||||
extend-exclude =
|
||||
build/
|
||||
_LinkChecker_configdata.py
|
||||
builtins =
|
||||
_
|
||||
_n
|
||||
|
|
|
|||
Loading…
Reference in a new issue