Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -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.45.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.9.0
hooks:
- id: black

- repo: https://github.com/MarketSquare/robotframework-tidy
rev: 4.13.0
rev: 4.18.0
hooks:
- id: robotidy

- repo: https://github.com/MarketSquare/robotframework-robocop
rev: 5.2.0
rev: v6.7.0
hooks:
- id: robocop