diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a2e36f..b341125 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-json - repo: https://github.com/crate-ci/typos - rev: v1.21.0 + rev: v1.22.0 hooks: - id: typos args: [] @@ -43,7 +43,7 @@ repos: - black==23.10.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.4.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]