diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b35201..e71c6a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["-L", "nd,hart,elemente,wirth"] @@ -45,7 +45,7 @@ repos: - tomli - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black @@ -71,7 +71,7 @@ repos: - flake8-bugbear==25.11.29 - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort name: isort (python)