fix: bump lockfiles (#31923)

* bump lockfiles after upgrading ruff
* resolve resulting linting fixes
This commit is contained in:
Mason Daugherty
2025-07-08 13:27:55 -04:00
committed by GitHub
parent e7f1ceee67
commit 4d9eefecab
20 changed files with 5643 additions and 5631 deletions

View File

@@ -108,6 +108,8 @@ ignore = [
"D105", # Missing docstring in magic method
"D107", # Missing docstring in __init__
"UP007", # pyupgrade: non-pep604-annotation-union
"UP045", # pyupgrade: non-pep604-annotation-optional
"COM812", # Messes with the formatter
]
unfixable = ["B028"] # People should intentionally tune the stacklevel