Skip to content

Commit

Permalink
Merge pull request #7 from 3mdeb/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
pre-commit: autoupdate hooks
  • Loading branch information
macpijan authored Jun 10, 2024
2 parents 33a1638 + f7bbcb4 commit 0d6e0e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ repos:
- commit-msg

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

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.41.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.0
rev: 24.4.2
hooks:
- id: black

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

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

0 comments on commit 0d6e0e6

Please sign in to comment.