Skip to content

Commit 3543ada

Browse files
committed
Update pre-commit hooks
1 parent c5b0c69 commit 3543ada

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,24 +1,24 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 22.6.0
44
hooks:
55
- id: black
66
language_version: python3.8
77

88
- repo: https://github.com/pre-commit/mirrors-isort
9-
rev: v5.5.4
9+
rev: v5.10.1
1010
hooks:
1111
- id: isort
1212
additional_dependencies: [toml]
1313
language_version: python3.8
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v3.2.0
16+
rev: v4.3.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: debug-statements
2020

2121
- repo: https://github.com/asottile/setup-cfg-fmt
22-
rev: v1.14.0
22+
rev: v2.0.0
2323
hooks:
2424
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)