We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2701dcd commit a12d419Copy full SHA for a12d419
pyproject.toml
@@ -104,7 +104,6 @@ lint.select = [
104
# "TCH", # flake8-type-checking
105
# "TRY", # tryceratops
106
]
107
-
108
lint.ignore = [
109
# `ruff rule S101` for a description of that rule
110
"B904", # Within an `except` clause, raise exceptions with `raise ... from err` -- FIX ME
@@ -136,9 +135,6 @@ lint.per-file-ignores."machine_learning/sequential_minimum_optimization.py" = [
136
135
lint.per-file-ignores."matrix/sherman_morrison.py" = [
137
"SIM103",
138
139
-lint.per-file-ignores."other/l*u_cache.py" = [
140
- "RUF012",
141
-]
142
lint.per-file-ignores."physics/newtons_second_law_of_motion.py" = [
143
"BLE001",
144
0 commit comments