Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/sirosen/check-jsonschema: 0.18.4 → 0.26.3](python-jsonschema/check-jsonschema@0.18.4...0.26.3)
- [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.5.1](pre-commit/mirrors-mypy@v0.982...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 11, 2023
1 parent 6bd46ea commit 9411088
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ 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.26.3
hooks:
- id: check-jsonschema
name: Check athletes jsonschema
files: ^athletes/
args: ['--schemafile', 'schema.json']

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.9.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.5.1'
hooks:
- id: mypy

0 comments on commit 9411088

Please sign in to comment.