diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4e4b6f..7dfbea5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -93,7 +93,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.45.1 + rev: v1.46.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell @@ -116,7 +116,7 @@ repos: - id: validate-pyproject additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-dependabot - id: check-github-workflows