diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2639d4b..ee0ddc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ default_stages: [pre-commit, pre-push] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-toml @@ -12,11 +12,11 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/crate-ci/typos - rev: v1.24.6 + rev: v1.27.0 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit # python lint + format - rev: v0.6.7 + rev: v0.7.2 hooks: - id: ruff types_or: [python, pyi, jupyter, toml]