We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aefa22 commit 08b4a7aCopy full SHA for 08b4a7a
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- commit-msg
28
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.3.0
+ rev: v2.4.0
31
hooks:
32
- id: codespell
33
@@ -38,7 +38,7 @@ repos:
38
args: [-c=.yamllint]
39
40
- repo: https://github.com/igorshubovych/markdownlint-cli
41
- rev: v0.43.0
+ rev: v0.44.0
42
43
- id: markdownlint
44
- id: markdownlint-fix
@@ -62,11 +62,11 @@ repos:
62
args: ["--line-length", "79"]
63
64
- repo: https://github.com/MarketSquare/robotframework-tidy
65
- rev: 4.15.0
+ rev: 4.16.0
66
67
- id: robotidy
68
69
- repo: https://github.com/MarketSquare/robotframework-robocop
70
- rev: 5.7.0
+ rev: 5.8.1
71
72
- id: robocop
0 commit comments