Update pre-commit version (#6821)

This commit is contained in:
Logan Adams
2024-12-05 13:51:05 -08:00
committed by GitHub
parent 95ead2a055
commit 177832ed45
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-json

View File

@ -6,7 +6,7 @@ docutils<0.18
future
importlib-metadata>=4
mup
pre-commit>=2.20.0
pre-commit>=3.2.0
pytest>=7.2.0
pytest-forked
pytest-randomly