diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6faf4eb..ce30f87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,14 +28,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/talos-systems/conform - rev: v0.1.0-alpha.30 + rev: v0.1.0-alpha.31 hooks: - id: conform stages: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ['--config', '.codespellrc'] @@ -46,7 +46,7 @@ repos: )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.48.0 hooks: - id: markdownlint - id: markdownlint-fix @@ -58,12 +58,12 @@ repos: args: ["--severity=warning"] - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 9.0.0a3 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.5.0 hooks: - id: black