Skip to content

Commit 09eac40

Browse files
committed
Enable RUF100 unused-noqa
1 parent f27d968 commit 09eac40

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
@@ -101,7 +101,6 @@ select = [
101101

102102
ignore = [
103103
# Temporarily disabled rules
104-
"RUF100", # unused-noqa (TODO: remove this once all linters are enabled)
105104
"PERF203", # try-except-in-loop (most of these are unavoidable)
106105
"S110", # try-except-pass (Bandit wants us to log the exception, which is usually pointless. Spot check these later)
107106
"PLW0603", # global-statement (this is currently used extensively)

0 commit comments

Comments
 (0)