.pre-commit-config.yaml: update

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
Maciej Pijanowski
2024-12-30 09:06:09 +01:00
parent 536f62095d
commit 076e9dd2e1
+5 -5
View File
@@ -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
@@ -38,7 +38,7 @@ repos:
args: [-c=.yamllint]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.43.0
hooks:
- id: markdownlint
- id: markdownlint-fix
@@ -56,17 +56,17 @@ repos:
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
args: ["--line-length", "79"]
- repo: https://github.com/MarketSquare/robotframework-tidy
rev: 4.8.1
rev: 4.15.0
hooks:
- id: robotidy
- repo: https://github.com/MarketSquare/robotframework-robocop
rev: 5.0.1
rev: 5.7.0
hooks:
- id: robocop