File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ - repo : https://github.com/pre-commit/pre-commit-hooks
3
+ rev : v4.3.0
4
+ hooks :
5
+ - id : check-ast
6
+ - id : check-docstring-first
7
+ - id : check-toml
8
+ - id : check-vcs-permalinks
9
+ - id : check-yaml
10
+ - id : debug-statements
11
+ - id : end-of-file-fixer
12
+ - id : mixed-line-ending
13
+ args : [--fix, lf]
14
+ - id : trailing-whitespace
15
+ - repo : https://github.com/PyCQA/isort
16
+ rev : 5.10.1
17
+ hooks :
18
+ - id : isort
19
+ - repo : https://github.com/pycqa/flake8
20
+ rev : ' 5.0.4'
21
+ hooks :
22
+ - id : flake8
23
+ - repo : https://github.com/asottile/pyupgrade
24
+ rev : v2.38.2
25
+ hooks :
26
+ - id : pyupgrade
27
+ - repo : https://github.com/psf/black
28
+ rev : 22.8.0
29
+ hooks :
30
+ - name : black
31
+ id : black
32
+ args : ["--line-length", "79"]
You can’t perform that action at this time.
0 commit comments