Skip to content

Commit cb0851e

Browse files
committed
🎨 Update the pre-commit config.
1 parent 9bdf213 commit cb0851e

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.pre-commit-config.yaml

+5-15
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 19.10b0
3+
rev: 22.3.0
44
hooks:
55
- id: black
6-
language_version: python3.8
7-
# override until resolved: https://github.com/ambv/black/issues/402
8-
files: \.pyi?$
9-
types: []
106

117
- repo: https://github.com/pycqa/flake8
12-
rev: 3.7.9
8+
rev: 4.0.1
139
hooks:
1410
- id: flake8
15-
language_version: python3.8
1611

17-
- repo: https://github.com/asottile/seed-isort-config
18-
rev: v1.9.4
19-
hooks:
20-
- id: seed-isort-config
21-
22-
- repo: https://github.com/pre-commit/mirrors-isort
23-
rev: v4.3.21
12+
- repo: https://github.com/PyCQA/isort
13+
rev: 5.12.0
2414
hooks:
2515
- id: isort
2616
additional_dependencies: [toml]
2717

2818
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v2.4.0
19+
rev: v4.1.0
3020
hooks:
3121
- id: trailing-whitespace
3222
- id: end-of-file-fixer

0 commit comments

Comments
 (0)