Skip to content

Commit

Permalink
pre-commit: autoupdate hooks
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 2aefa22 commit 08b4a7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- commit-msg

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell

Expand All @@ -38,7 +38,7 @@ repos:
args: [-c=.yamllint]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
- id: markdownlint-fix
Expand All @@ -62,11 +62,11 @@ repos:
args: ["--line-length", "79"]

- repo: https://github.com/MarketSquare/robotframework-tidy
rev: 4.15.0
rev: 4.16.0
hooks:
- id: robotidy

- repo: https://github.com/MarketSquare/robotframework-robocop
rev: 5.7.0
rev: 5.8.1
hooks:
- id: robocop

0 comments on commit 08b4a7a

Please sign in to comment.