Skip to content

Commit ef7dc3e

Browse files
authored
Merge branch 'main' into serialization-fix-test
2 parents 7c29e96 + bb7aa64 commit ef7dc3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,10 @@ line-length = 120
123123

124124
[tool.ruff.lint]
125125
ignore = [
126-
#"F401", # Unused imports
127126
"E712", # Comparison to True/False
128127
"E711", # Comparison to None
129128
"E722", # Bare except
130129
"E731", # Use lambda instead of def
131-
#"F821", # Undefined names
132-
#"F841", # Unused variables
133130
]
134131

135132
exclude = [

0 commit comments

Comments
 (0)