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.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/sirosen/check-jsonschema: 0.18.4 → 0.27.0](python-jsonschema/check-jsonschema@0.18.4...0.27.0)
- [github.com/psf/black: 22.10.0 → 23.10.1](psf/black@22.10.0...23.10.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.6.1](pre-commit/mirrors-mypy@v0.982...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent 6bd46ea commit e59e69a
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.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
files: ^athletes/
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

0 comments on commit e59e69a

Please sign in to comment.