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

@@ -114,6 +114,7 @@ ignore = [
"UP045", # non-pep604-annotation-optional
"SIM105", # Rarely useful
]
unfixable = ["B028"] # People should intentionally tune the stacklevel
[tool.coverage.run]
omit = ["tests/*"]