We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6e0e6 commit 9673169Copy full SHA for 9673169
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.6.0
+ rev: v5.0.0
13
hooks:
14
- id: check-added-large-files
15
- id: check-merge-conflict
@@ -32,7 +32,7 @@ repos:
32
- id: codespell
33
34
- repo: https://github.com/igorshubovych/markdownlint-cli
35
- rev: v0.41.0
+ rev: v0.42.0
36
37
- id: markdownlint
38
- id: markdownlint-fix
@@ -44,16 +44,16 @@ repos:
44
name: isort (python)
45
46
- repo: https://github.com/psf/black
47
- rev: 24.4.2
+ rev: 24.8.0
48
49
- id: black
50
51
- repo: https://github.com/MarketSquare/robotframework-tidy
52
- rev: 4.13.0
+ rev: 4.14.0
53
54
- id: robotidy
55
56
- repo: https://github.com/MarketSquare/robotframework-robocop
57
- rev: 5.2.0
+ rev: 5.4.0
58
59
- id: robocop
0 commit comments