ci: update pre-commit hooks

This commit is contained in:
b-rowan
2025-01-28 21:29:43 -07:00
parent 788d43c51c
commit e93cc77a58

View File

@@ -23,11 +23,11 @@ repos:
exclude: ^mkdocs\.yml$
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort (python)