File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ ci :
2
+ autoupdate_schedule : weekly
3
+
4
+ # https://pre-commit.com/
5
+ repos :
6
+ - repo : https://github.com/pre-commit/pre-commit-hooks
7
+ rev : v4.4.0
8
+ hooks :
9
+ - id : trailing-whitespace
10
+ - id : end-of-file-fixer
11
+ - id : check-docstring-first
12
+ - id : check-yaml
13
+ - id : check-toml
14
+ - repo : https://github.com/pycqa/isort
15
+ rev : 5.12.0
16
+ hooks :
17
+ - id : isort
18
+ - repo : https://github.com/psf/black
19
+ rev : 23.1.0
20
+ hooks :
21
+ - id : black
22
+ - id : black-jupyter
23
+ - repo : https://github.com/keewis/blackdoc
24
+ rev : v0.3.8
25
+ hooks :
26
+ - id : blackdoc
27
+ - repo : https://github.com/pycqa/flake8
28
+ rev : 6.0.0
29
+ hooks :
30
+ - id : flake8
31
+ - repo : https://github.com/kynan/nbstripout
32
+ rev : 0.6.1
33
+ hooks :
34
+ - id : nbstripout
35
+ args : [--extra-keys=metadata.kernelspec metadata.language_info.version]
36
+ - repo : https://github.com/pre-commit/mirrors-prettier
37
+ rev : v3.0.0-alpha.4
38
+ hooks :
39
+ - id : prettier
You can’t perform that action at this time.
0 commit comments