Skip to content

Commit 3bf6750

Browse files
committed
update precommit cfg
1 parent 91cc885 commit 3bf6750

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

Diff for: .pre-commit-config.yaml

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 20.8b1
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.3.0
44
hooks:
5-
- id: black
6-
language_version: python3.7
5+
- id: check-yaml
6+
- id: end-of-file-fixer
7+
- id: trailing-whitespace
8+
- id: check-added-large-files
9+
- repo: https://github.com/psf/black
10+
rev: 22.3.0
11+
hooks:
12+
- id: black
13+
language_version: python3
14+
args:
15+
- --line-length=100
16+
- --skip-string-normalization
17+
- --exclude="""\.git |
18+
\.__pycache__|
19+
build"""

0 commit comments

Comments
 (0)