Skip to content

Commit

Permalink
pre-commit: autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [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] committed Aug 26, 2024
1 parent 6ea4695 commit 5ad8266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 5ad8266

Please sign in to comment.