Skip to content
Closed
Show file tree
Hide file tree
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
28 changes: 14 additions & 14 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: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -20,53 +20,53 @@ 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.3.0
rev: v2.4.3
hooks:
- id: codespell

- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
rev: v1.38.0
hooks:
- id: yamllint
args: [-c=.yamllint]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.49.1
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: 9.0.0b1
hooks:
- id: isort
name: isort (python)

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 26.5.1
hooks:
- id: black
args: ["--line-length", "79"]

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

- repo: https://github.com/MarketSquare/robotframework-robocop
rev: 5.7.0
rev: v8.4.1
hooks:
- id: robocop
additional_dependencies:
- typing_extensions
- id: robocop-format
additional_dependencies:
- typing_extensions
Loading