Skip to content

Commit 96110ad

Browse files
authored
Merge pull request #179 from plugwise/precommit
#178 follow-up
2 parents adcb6ff + 183327f commit 96110ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.1.0
11+
rev: v4.2.0
1212
hooks:
1313
- id: check-executables-have-shebangs
1414
stages: [manual]
1515
- id: no-commit-to-branch
1616
args:
1717
- --branch=main
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.31.1
19+
rev: v2.32.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py39-plus]
@@ -64,7 +64,7 @@ repos:
6464
hooks:
6565
- id: yamllint
6666
- repo: https://github.com/pre-commit/mirrors-prettier
67-
rev: v2.6.1
67+
rev: v2.6.2
6868
hooks:
6969
- id: prettier
7070
- repo: https://github.com/cdce8p/python-typing-update

0 commit comments

Comments
 (0)