diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faa9c700e..1855ad83c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -14,12 +14,12 @@ repos: - id: check-toml - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.3 + rev: v0.4.3 hooks: - id: ruff - id: ruff-format - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.359 + rev: v1.1.361 hooks: - id: pyright