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.19.2](python-jsonschema/check-jsonschema@0.18.4...0.19.2)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
  • Loading branch information
pre-commit-ci[bot] authored Dec 12, 2022
1 parent 6bd46ea commit 052e3be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ 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
files: ^athletes/
args: ['--schemafile', 'schema.json']

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

Expand All @@ -32,6 +32,6 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.982'
rev: 'v0.991'
hooks:
- id: mypy

0 comments on commit 052e3be

Please sign in to comment.