diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf43b65..d041843 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.5.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.27.0 hooks: - id: check-jsonschema name: Check athletes jsonschema @@ -22,16 +22,16 @@ repos: args: ['--schemafile', 'schema.json'] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.982' + rev: 'v1.6.1' hooks: - id: mypy