mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
When attempting to centralize all inline NoQA handling in the StyleGuide we inadvertently broke plugins relying on it in combination with checker state. For example, the check for E402 relies both on NoQA and the state to determine if it has seen a non-import line. Placing NoQA on the sole line that is not an import is more elegant than placing it on each of the following import lines. Closes #186 |
||
|---|---|---|
| .. | ||
| internal | ||
| plugin-development | ||
| release-notes | ||
| user | ||
| conf.py | ||
| faq.rst | ||
| glossary.rst | ||
| index.rst | ||
| requirements.txt | ||