diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45cf9ce..ef25419 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: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -27,33 +27,33 @@ 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/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.44.0 hooks: - id: markdownlint - id: markdownlint-fix - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/MarketSquare/robotframework-tidy - rev: 4.13.0 + rev: 4.16.0 hooks: - id: robotidy - repo: https://github.com/MarketSquare/robotframework-robocop - rev: 5.2.0 + rev: v6.1.0 hooks: - id: robocop