diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c40beed..0e4eab4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: - --max-line-length=100 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.0 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] @@ -46,7 +46,7 @@ repos: - https://github.com/packit/sandcastle.git stages: [manual, push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-workflows args: ["--verbose"]