fix: handle error at init level

This commit is contained in:
2026-05-04 22:50:57 +02:00
parent 70aeafd791
commit 658174518a
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ dev = [
[tool.ruff.lint]
select = ["ALL"]
ignore = ["D", "E501", "S104", "PLR2004", "ANN401", "BLE001", "COM812", "S603", "PLR0911", "S101", "PT"]
ignore = ["D", "E501", "S104", "PLR2004", "ANN401", "BLE001", "COM812", "S603", "PLR0911", "S101", "PT", "E722"]
[tool.coverage.run]
source = ["stapler"]