Skip to content

Commit 0d6e0e6

Browse files
authored
Merge pull request #7 from 3mdeb/pre-commit-ci-update-config
pre-commit: autoupdate hooks
2 parents 33a1638 + f7bbcb4 commit 0d6e0e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ repos:
2727
- commit-msg
2828

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.6
30+
rev: v2.3.0
3131
hooks:
3232
- id: codespell
3333

3434
- repo: https://github.com/igorshubovych/markdownlint-cli
35-
rev: v0.39.0
35+
rev: v0.41.0
3636
hooks:
3737
- id: markdownlint
3838
- id: markdownlint-fix
@@ -44,16 +44,16 @@ repos:
4444
name: isort (python)
4545

4646
- repo: https://github.com/psf/black
47-
rev: 24.4.0
47+
rev: 24.4.2
4848
hooks:
4949
- id: black
5050

5151
- repo: https://github.com/MarketSquare/robotframework-tidy
52-
rev: 4.11.0
52+
rev: 4.13.0
5353
hooks:
5454
- id: robotidy
5555

5656
- repo: https://github.com/MarketSquare/robotframework-robocop
57-
rev: 5.0.4
57+
rev: 5.2.0
5858
hooks:
5959
- id: robocop

0 commit comments

Comments
 (0)