diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b7be2c..5a207bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: '(tests/data/garnet-data|scripts)/.*' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -13,7 +13,7 @@ repos: exclude: "conda.recipe/meta.yaml" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.7.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]