We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27d968 commit 09eac40Copy full SHA for 09eac40
pyproject.toml
@@ -101,7 +101,6 @@ select = [
101
102
ignore = [
103
# Temporarily disabled rules
104
- "RUF100", # unused-noqa (TODO: remove this once all linters are enabled)
105
"PERF203", # try-except-in-loop (most of these are unavoidable)
106
"S110", # try-except-pass (Bandit wants us to log the exception, which is usually pointless. Spot check these later)
107
"PLW0603", # global-statement (this is currently used extensively)
0 commit comments