diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d275e12..a6dd65b 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.42.1 + rev: v1.42.3 hooks: - id: typos - repo: https://github.com/codespell-project/codespell @@ -111,7 +111,7 @@ repos: # configuration validation - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject additional_dependencies: ['validate-pyproject-schema-store[all]']