We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33a1638 + f7bbcb4 commit 0d6e0e6Copy full SHA for 0d6e0e6
.pre-commit-config.yaml
@@ -27,12 +27,12 @@ repos:
27
- commit-msg
28
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.2.6
+ rev: v2.3.0
31
hooks:
32
- id: codespell
33
34
- repo: https://github.com/igorshubovych/markdownlint-cli
35
- rev: v0.39.0
+ rev: v0.41.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.0
+ rev: 24.4.2
48
49
- id: black
50
51
- repo: https://github.com/MarketSquare/robotframework-tidy
52
- rev: 4.11.0
+ rev: 4.13.0
53
54
- id: robotidy
55
56
- repo: https://github.com/MarketSquare/robotframework-robocop
57
- rev: 5.0.4
+ rev: 5.2.0
58
59
- id: robocop
0 commit comments