ruff/crates/ruff_linter/resources/test/fixtures/pycodestyle
2025-04-28 08:31:16 +01:00
..
.editorconfig
constant_literals.py
E2_syntax_error.py
E11.py
E20.py Avoid E203 for f-string debug expression (#12024) 2024-06-25 15:00:31 +05:30
E21.py
E22.py [pycodestyle] Avoid false positives and negatives related to type parameter default syntax (E225, E251) (#15214) 2025-01-01 11:28:25 +01:00
E23.py [pycodestyle] Fix whitespace-related false positives and false negatives inside type-parameter lists (#13704) 2024-10-10 17:24:17 +01:00
E24.py
E25.py [pycodestyle] Avoid false positives related to type aliases (E252) (#15356) 2025-01-08 16:04:08 +01:00
E26.py
E27.py Avoid E275 if keyword followed by comma (#12136) 2024-07-01 18:04:23 +05:30
E30.ipynb [pycodestyle] Avoid blank line rules for the first logical line in cell (#10291) 2024-03-25 11:19:30 +00:00
E30.py Add newlines before comments in E305 (#12606) 2024-07-31 23:11:00 -04:00
E30.pyi
E30_isort.py
E30_isort.pyi
E30_syntax_error.py Enable token-based rules on source with syntax errors (#11950) 2024-07-02 08:57:46 +00:00
E40.py
E70.py
E101.py
E204.py [pycodestyle] Whitespace after decorator (E204) (#12140) 2024-07-04 23:31:03 +00:00
E302_first_line_docstring.py
E302_first_line_expression.py
E302_first_line_function.py
E302_first_line_statement.py
E303_first_line_comment.py
E303_first_line_docstring.py
E303_first_line_expression.py
E303_first_line_statement.py
E402.ipynb
E402_0.py
E402_1.py
E402_2.py
E402_3.py [pycodestyle] Exempt pytest.importorskip() calls (E402) (#14474) 2024-11-19 22:08:15 -05:00
E402_4.py [pycodestyle] Exempt sys.path += ... calls (E402) (#15980) 2025-02-06 08:51:51 +01:00
E402_5.py [pycodestyle] Exempt site.addsitedir(...) calls (E402) (#16251) 2025-02-19 14:31:47 +01:00
E501.py
E501_1.py
E501_2.py
E501_3.py
E501_4.py Use char-wise width instead of str-width (#12135) 2024-07-01 18:56:27 +05:30
E502.py
E703.ipynb
E711.py
E712.py [pycodestyle] Fix duplicated diagnostic in E712 (#17651) 2025-04-28 08:31:16 +01:00
E713.py
E714.py
E721.py Improve handling of builtin symbols in linter rules (#10919) 2024-04-16 11:37:31 +01:00
E722.py
E731.py [pycodestyle] Preserve original value format (E731) (#15097) 2024-12-23 09:29:46 +00:00
E741.py
E741.pyi Disable E741 in stub files (#13119) 2024-08-27 15:02:14 +01:00
E742.py
E743.py
shebang.py
W19.py Avoid syntax errors for test cases (#11923) 2024-06-18 17:16:27 +05:30
W29.py
W291.py
W292_0.py
W292_1.py
W292_2.py
W292_3.py
W292_4.py
W293.py
W391.ipynb [pycodestyle] Handle each cell separately for too-many-newlines-at-end-of-file (W391) (#15308) 2025-01-09 10:50:39 -06:00
W391_0.py
W391_1.py
W391_2.py
W391_3.py
W391_4.py
W505.py
W505_utf_8.py
W605_0.py Treat escaped newline as valid sequence (#11465) 2024-05-19 03:32:32 +00:00
W605_1.py [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748) 2024-12-04 06:59:14 -06:00