Skip to content

Commit

Permalink
Merge branch 'main' of github.com:phst-randomizer/ph-randomizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Jan 21, 2024
2 parents eb4223e + 3f39ac1 commit 5ee6531
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,12 +19,12 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

Expand Down Expand Up @@ -66,7 +66,7 @@ repos:

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

0 comments on commit 5ee6531

Please sign in to comment.