pre-commit autoupdate and fix new issues pointed out by ruff

This commit is contained in:
boxydog 2024-11-03 13:28:44 -06:00
commit 075542721c
4 changed files with 7 additions and 8 deletions

View file

@ -97,7 +97,7 @@ dev = [
"tox>=4.11.3",
"invoke>=2.2.0",
# ruff version should match the one in .pre-commit-config.yaml
"ruff==0.4.10",
"ruff==0.7.2",
"tomli>=2.0.1; python_version < \"3.11\"",
]