Skip to content

Commit 596257d

Browse files
authored
chore(deps): update precommit rules
1 parent 3471478 commit 596257d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-added-large-files
@@ -35,18 +35,18 @@ repos:
3535
]
3636

3737
- repo: https://github.com/ambv/black
38-
rev: 21.11b1
38+
rev: 21.12b0
3939
hooks:
4040
- id: black
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.29.1
43+
rev: v2.31.0
4444
hooks:
4545
- id: pyupgrade
4646
args: ["--py37-plus", "--keep-runtime-typing"]
4747

4848
- repo: https://github.com/commitizen-tools/commitizen
49-
rev: v2.20.0
49+
rev: v2.20.3
5050
hooks:
5151
- id: commitizen
5252
stages: [commit-msg]

0 commit comments

Comments
 (0)