diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf43b65..1d9f9ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-json - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.4 + rev: 0.19.2 hooks: - id: check-jsonschema name: Check athletes jsonschema @@ -22,7 +22,7 @@ repos: args: ['--schemafile', 'schema.json'] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black @@ -32,6 +32,6 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.982' + rev: 'v0.991' hooks: - id: mypy