mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 04:06:54 +00:00
Start adding test fixture files
This adds E501 which is actually a poor test. Currently, pep8.maximum_line_length does its own check for noqa instead of relying on the Checker. See also: https://github.com/PyCQA/pycodestyle/pull/539
This commit is contained in:
parent
3d512ae2f5
commit
2cd3ac91d1
1 changed files with 3 additions and 0 deletions
3
tests/fixtures/example-code/inline-ignores/E501.py
vendored
Normal file
3
tests/fixtures/example-code/inline-ignores/E501.py
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from some.module.that.has.nested.sub.modules import ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
|
||||
|
||||
# ClassWithVeryVeryVeryVeryLongName()
|
||||
Loading…
Add table
Add a link
Reference in a new issue