mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
pep8's checker has the noqa logic which we've correctly placed on the StyleGuide object. By passing the StyleGuide in to our checkers we can have the checkers pass the physical line to the StyleGuide so we can eliminate our usage of linecache. |
||
|---|---|---|
| .. | ||
| formatting | ||
| main | ||
| options | ||
| plugins | ||
| __init__.py | ||
| __main__.py | ||
| checker.py | ||
| defaults.py | ||
| exceptions.py | ||
| style_guide.py | ||
| utils.py | ||