diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2358ea3..b99dd7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-ast - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 # Ruff version. + rev: v0.5.5 # Ruff version. hooks: - id: ruff # Run the linter. args: [--fix, iso_week_date, tests] @@ -34,6 +34,6 @@ repos: hooks: - id: python-no-eval - repo: https://github.com/crate-ci/typos - rev: v1.22.9 + rev: v1.23.6 hooks: - id: typos