Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08b4a7a

Browse files
authoredJan 27, 2025
pre-commit: autoupdate hooks
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) - [github.com/MarketSquare/robotframework-tidy: 4.15.0 → 4.16.0](MarketSquare/robotframework-tidy@4.15.0...4.16.0) - [github.com/MarketSquare/robotframework-robocop: 5.7.0 → 5.8.1](MarketSquare/robotframework-robocop@5.7.0...5.8.1)
1 parent 2aefa22 commit 08b4a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

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

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

@@ -38,7 +38,7 @@ repos:
3838
args: [-c=.yamllint]
3939

4040
- repo: https://github.com/igorshubovych/markdownlint-cli
41-
rev: v0.43.0
41+
rev: v0.44.0
4242
hooks:
4343
- id: markdownlint
4444
- id: markdownlint-fix
@@ -62,11 +62,11 @@ repos:
6262
args: ["--line-length", "79"]
6363

6464
- repo: https://github.com/MarketSquare/robotframework-tidy
65-
rev: 4.15.0
65+
rev: 4.16.0
6666
hooks:
6767
- id: robotidy
6868

6969
- repo: https://github.com/MarketSquare/robotframework-robocop
70-
rev: 5.7.0
70+
rev: 5.8.1
7171
hooks:
7272
- id: robocop

0 commit comments

Comments
 (0)
Please sign in to comment.