diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fbe8b9..a3aca1b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,13 +8,13 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff args: [--fix] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: [--preview] @@ -42,7 +42,7 @@ repos: - id: mypy - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.382.post1 + rev: v1.1.383 hooks: - id: pyright # ignore warnings about new version being available, no other warnings @@ -70,7 +70,7 @@ repos: - tomli - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: check-toml