summaryrefslogtreecommitdiff
path: root/tests/fixtures/example-code/inline-ignores
Commit message (Collapse)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+2
|
* Add test fixture that mirrors documented usageIan Cordasco2016-06-071-0/+1
|
* Start adding test fixture filesIan Cordasco2016-06-071-0/+3
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