Skip to content

Commit

Permalink
Merge pull request #420 from phst-randomizer/create-pull-request/patch
Browse files Browse the repository at this point in the history
[pre-commit] automatic update
  • Loading branch information
mike8699 authored Dec 2, 2023
2 parents da855da + 5c5a5b2 commit 96f6d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black

Expand Down Expand Up @@ -60,13 +60,13 @@ repos:
- .flake8

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3
rev: v17.0.6
hooks:
- id: clang-format

# Validate aux data against schema
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.2
hooks:
- id: check-jsonschema
files: ^ph_rando/shuffler/logic/.*\.json$
Expand Down

0 comments on commit 96f6d82

Please sign in to comment.