diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99ad589..77d8b7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.11.11 hooks: - id: ruff args: [--fix] @@ -26,7 +26,7 @@ repos: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -45,7 +45,7 @@ repos: exclude: tests/(eval|autofix)_files/.*_py(310|311).py - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.400 + rev: v1.1.401 hooks: - id: pyright # ignore warnings about new version being available, no other warnings