Skip to content

Commit cfd0b12

Browse files
committed
add ignore ble
1 parent 495db61 commit cfd0b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ ignore = [
179179
# B011 - assert-false
180180
# INP001 - implicit-namespace-package
181181
# SLF001 - private-member-access
182+
# BLE001 - blind-except
182183
"tests/*" = [
183184
"ANN001",
184185
"ANN2",
@@ -188,6 +189,7 @@ ignore = [
188189
"B011",
189190
"INP001",
190191
"SLF001",
192+
"BLE001",
191193
]
192194

193195
[tool.ruff.lint.flake8-annotations]

0 commit comments

Comments
 (0)