From 67c73ada24e20414129f1f0b34b30b9d19de2e1a Mon Sep 17 00:00:00 2001 From: mike8699 Date: Mon, 1 Jan 2024 01:06:57 +0000 Subject: [PATCH] [pre-commit] automatic update --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 887f1dbc..04ae89b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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$