diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78d9d21..ae0d147 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -27,46 +27,46 @@ repos: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint args: [-c=.yamllint] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.45.0 hooks: - id: markdownlint - id: markdownlint-fix - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.10.0 + rev: v0.11.0 hooks: - id: shellcheck args: ["--severity=warning"] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort name: isort (python) - - repo: https://github.com/psf/black - rev: 24.10.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black args: ["--line-length", "79"] - repo: https://github.com/MarketSquare/robotframework-tidy - rev: 4.15.0 + rev: 4.18.0 hooks: - id: robotidy - repo: https://github.com/MarketSquare/robotframework-robocop - rev: 5.7.0 + rev: v6.9.2 hooks: - id: robocop