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$ exclude: ^mkdocs\.yml$
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.10.0 rev: 25.1.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 6.0.0
hooks: hooks:
- id: isort - id: isort
name: isort (python) name: isort (python)