File tree Expand file tree Collapse file tree 1 file changed +28
-23
lines changed Expand file tree Collapse file tree 1 file changed +28
-23
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
- - repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3.0
6
- hooks :
7
- - id : trailing-whitespace
8
- exclude_types : [svg]
9
- - id : end-of-file-fixer
10
- exclude_types : [svg]
11
- - id : check-yaml
12
- - id : check-added-large-files
13
- - repo : https://github.com/asottile/seed-isort-config
14
- rev : v2.2.0
15
- hooks :
16
- - id : seed-isort-config
17
- - repo : https://github.com/pre-commit/mirrors-isort
18
- rev : v5.10.1
19
- hooks :
20
- - id : isort
21
- types : [python]
22
- - repo : https://github.com/ambv/black
23
- rev : 22.10.0
24
- hooks :
25
- - id : black
26
- - id : black-jupyter
4
+ - repo : https://github.com/pre-commit/pre-commit-hooks
5
+ rev : v4.3.0
6
+ hooks :
7
+ - id : trailing-whitespace
8
+ exclude_types : [svg]
9
+ - id : end-of-file-fixer
10
+ exclude_types : [svg]
11
+ - id : check-yaml
12
+ - id : check-added-large-files
13
+ - repo : https://github.com/asottile/seed-isort-config
14
+ rev : v2.2.0
15
+ hooks :
16
+ - id : seed-isort-config
17
+ - repo : https://github.com/pre-commit/mirrors-isort
18
+ rev : v5.10.1
19
+ hooks :
20
+ - id : isort
21
+ args : [--profile, black]
22
+ types : [python]
23
+ - repo : https://github.com/ambv/black
24
+ rev : 22.10.0
25
+ hooks :
26
+ - id : black
27
+ - id : black-jupyter
28
+ - repo : https://github.com/pycqa/flake8
29
+ rev : 3.9.2
30
+ hooks :
31
+ - id : flake8
You can’t perform that action at this time.
0 commit comments