Skip to content

Commit a12d419

Browse files
committed
Fix
1 parent 2701dcd commit a12d419

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ lint.select = [
104104
# "TCH", # flake8-type-checking
105105
# "TRY", # tryceratops
106106
]
107-
108107
lint.ignore = [
109108
# `ruff rule S101` for a description of that rule
110109
"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" = [
136135
lint.per-file-ignores."matrix/sherman_morrison.py" = [
137136
"SIM103",
138137
]
139-
lint.per-file-ignores."other/l*u_cache.py" = [
140-
"RUF012",
141-
]
142138
lint.per-file-ignores."physics/newtons_second_law_of_motion.py" = [
143139
"BLE001",
144140
]

0 commit comments

Comments
 (0)