diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d79d0bf..4262901 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.13.3 hooks: - id: ruff-check args: [--fix] - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black @@ -33,7 +33,7 @@ repos: exclude: tests/eval_files/async103.py - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 6.1.0 hooks: - id: isort @@ -45,7 +45,7 @@ repos: exclude: tests/(eval|autofix)_files/.*_py(310|311).py - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.405 + rev: v1.1.406 hooks: - id: pyright # ignore warnings about new version being available, no other warnings