Skip to content

Commit a26976d

Browse files
authored
Merge pull request #266 from plugwise/fixaction
Fix: pre-commit build in actions
2 parents 50f92cd + f7124e5 commit a26976d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_language_version:
99
repos:
1010
# Run manually in CI skipping the branch checks
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.11.4
12+
rev: 5.12.0
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)