mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 20:34:43 +00:00
Merge pull request #861 from cjmayo/flake8-f824
Ignore flake8 F824 error in strformat.py
This commit is contained in:
commit
bf176ae423
1 changed files with 2 additions and 0 deletions
2
.flake8
2
.flake8
|
|
@ -30,6 +30,8 @@ per-file-ignores =
|
|||
# F821 undefined name
|
||||
# https://github.com/PyCQA/pyflakes/issues/548
|
||||
linkcheck/logger/__init__.py: F821
|
||||
# F824 name is never assigned in scope
|
||||
linkcheck/strformat.py: F824
|
||||
extend-ignore =
|
||||
# https://pep8.readthedocs.org/en/latest/intro.html#error-codes
|
||||
# these are ignored by default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue