Skip to content

Commit 33a1638

Browse files
authored
Merge pull request #6 from 3mdeb/pre-commit-ci-update-config
pre-commit: autoupdate hooks
2 parents e4dea6a + ea32f2e commit 33a1638

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-merge-conflict
@@ -20,7 +20,7 @@ repos:
2020
- id: mixed-line-ending
2121

2222
- repo: https://github.com/talos-systems/conform
23-
rev: v0.1.0-alpha.28
23+
rev: v0.1.0-alpha.30
2424
hooks:
2525
- id: conform
2626
stages:
@@ -44,16 +44,16 @@ repos:
4444
name: isort (python)
4545

4646
- repo: https://github.com/psf/black
47-
rev: 24.2.0
47+
rev: 24.4.0
4848
hooks:
4949
- id: black
5050

5151
- repo: https://github.com/MarketSquare/robotframework-tidy
52-
rev: 4.9.0
52+
rev: 4.11.0
5353
hooks:
5454
- id: robotidy
5555

5656
- repo: https://github.com/MarketSquare/robotframework-robocop
57-
rev: 5.0.3
57+
rev: 5.0.4
5858
hooks:
5959
- id: robocop

0 commit comments

Comments
 (0)