ruff: restore stacklevels, disable autofixing (#31919)

This commit is contained in:
Mason Daugherty
2025-07-08 12:55:47 -04:00
committed by GitHub
parent cbb418b4bf
commit 71b361936d
23 changed files with 26 additions and 15 deletions

View File

@@ -109,6 +109,7 @@ ignore = [
"D107", # Missing docstring in __init__
"UP007", # pyupgrade: non-pep604-annotation-union
]
unfixable = ["B028"] # People should intentionally tune the stacklevel
[tool.coverage.run]
omit = ["tests/*"]