diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8801742..e6cb8a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,14 +37,14 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black exclude: "_vendored/conv_template.py" @@ -71,7 +71,7 @@ repos: - flake8-bugbear==24.4.26 - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort name: isort (python)