ruff/crates/ruff_linter/resources/test/fixtures/flake8_simplify
2025-10-14 03:06:17 -05:00
..
SIM101.py
SIM102.py
SIM103.py
SIM105_0.py
SIM105_1.py
SIM105_2.py
SIM105_3.py
SIM105_4.py
SIM107.py
SIM108.py
SIM109.py
SIM110.py
SIM111.py
SIM112.py
SIM113.py
SIM114.py
SIM115.py
SIM116.py
SIM117.py
SIM118.py
SIM201.py
SIM202.py
SIM208.py
SIM210.py
SIM211.py
SIM212.py
SIM220.py
SIM221.py
SIM222.py Fix false negatives in Truthiness::from_expr for lambdas, generators, and f-strings (#20704) 2025-10-14 03:06:17 -05:00
SIM223.py
SIM300.py
SIM401.py
SIM905.py [flake8-simplify] Fix incorrect fix for positive maxsplit without separator (SIM905) (#20056) 2025-09-18 20:56:34 +00:00
SIM910.py [flake8-simplify] Detect unnecessary None default for additional key expression types (SIM910) (#20343) 2025-09-12 10:17:54 -04:00
SIM911.py