Skip to content

Commit fecebd7

Browse files
committed
ci(ruff): Remove eradicate / ERA
Other ruff rules have been beneficial, eradicate has removed comments we intended to keep. It requires too much overhead to be trusted for routine, automated fixups.
1 parent 43e55af commit fecebd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ select = [
114114
"C4", # flake8-comprehensions
115115
"Q", # flake8-quotes
116116
"PTH", # flake8-use-pathlib
117-
"ERA", # eradicate
118117
"SIM", # flake8-simplify
119118
"TRY", # Trycertatops
120119
"PERF", # Perflint

0 commit comments

Comments
 (0)