Skip to content

Commit

Permalink
pre-commit: autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/MarketSquare/robotframework-tidy: 4.13.0 → 4.14.0](MarketSquare/robotframework-tidy@4.13.0...4.14.0)
- [github.com/MarketSquare/robotframework-robocop: 5.2.0 → 5.4.0](MarketSquare/robotframework-robocop@5.2.0...5.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 0d6e0e6 commit a53e171
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 @@ -32,7 +32,7 @@ repos:
- id: codespell

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
- id: markdownlint-fix
Expand All @@ -44,16 +44,16 @@ repos:
name: isort (python)

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/MarketSquare/robotframework-tidy
rev: 4.13.0
rev: 4.14.0
hooks:
- id: robotidy

- repo: https://github.com/MarketSquare/robotframework-robocop
rev: 5.2.0
rev: 5.4.0
hooks:
- id: robocop

0 comments on commit a53e171

Please sign in to comment.