File size: 325 Bytes
ad8201c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
target-version = "py313"

[lint]
# BLE001 – catching Exception is intentional in health checks and error-handling paths
# S110 – try/except/pass is intentional for health probes that must not crash
# B017 – pytest.raises(Exception) is acceptable for pydantic validation error checks
ignore = ["BLE001", "S110", "B017"]