We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19d8f9 commit bb7aa64Copy full SHA for bb7aa64
1 file changed
pyproject.toml
@@ -122,13 +122,10 @@ line-length = 120
122
123
[tool.ruff.lint]
124
ignore = [
125
- "F401", # Unused imports
126
"E712", # Comparison to True/False
127
"E711", # Comparison to None
128
"E722", # Bare except
129
"E731", # Use lambda instead of def
130
- "F821", # Undefined names
131
- "F841", # Unused variables
132
]
133
134
exclude = [
0 commit comments