We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cc885 commit 3bf6750Copy full SHA for 3bf6750
.pre-commit-config.yaml
@@ -1,6 +1,19 @@
1
repos:
2
-- repo: https://github.com/ambv/black
3
- rev: 20.8b1
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.3.0
4
hooks:
5
- - id: black
6
- language_version: python3.7
+ - id: check-yaml
+ - 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