ruff/resources/test/fixtures/pycodestyle
Eric Roberts 3939c2dbf7
Add support for pycodestyle E101 (#2038)
Rule described here: https://www.flake8rules.com/rules/E101.html

I tried to follow contributing guidelines closely, I've never worked with Rust before. Stumbled across Ruff a few days ago and would like to use it in our project, but we use a bunch of flake8 rules that are not yet implemented in ruff, so I decided to give it a go.
2023-01-20 17:24:58 -05:00
..
E40.py Implement E401 ("multiple imports on one line") (#1326) 2022-12-21 21:15:57 -05:00
E101.py Add support for pycodestyle E101 (#2038) 2023-01-20 17:24:58 -05:00
E402.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E501.py Fix inverted E501 condition (#1285) 2022-12-18 20:08:30 -05:00
E501_1.py Add ignore-overlong-task-comments setting 2023-01-04 23:54:50 -05:00
E711.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E712.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E713.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E714.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E721.py Don't trigger E721 when comparing with None (#1356) 2022-12-24 04:45:40 -05:00
E722.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E731.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E741.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E742.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E743.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
E999.py Use text in comment token (#1714) 2023-01-07 07:29:04 -05:00
W292_0.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
W292_1.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
W292_2.py Add autofix for W292 [NoNewLineAtEndOfFile] (#1354) 2022-12-23 23:14:17 -05:00
W292_3.py Add autofix for W292 [NoNewLineAtEndOfFile] (#1354) 2022-12-23 23:14:17 -05:00
W292_4.py Add autofix for W292 [NoNewLineAtEndOfFile] (#1354) 2022-12-23 23:14:17 -05:00
W505.py Implement doc line length enforcement (#1804) 2023-01-11 22:32:14 -05:00
W605_0.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
W605_1.py Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
constant_literals.py Avoid fixing E711 and E712 issues that would cause F632 (#1248) 2022-12-15 12:08:31 -05:00