File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# https://pre-commit.com/
2
2
repos :
3
+ - repo : https://github.com/asottile/seed-isort-config
4
+ rev : v2.2.0
5
+ hooks :
6
+ - id : seed-isort-config
7
+
3
8
# isort should run before black as black sometimes tweaks the isort output
4
9
- repo : https://github.com/timothycrosley/isort
5
- rev : 5.0.4
10
+ rev : 5.0.9
6
11
hooks :
7
12
- id : isort
8
13
files : .+\.py$
14
+
9
15
# https://github.com/python/black#version-control-integration
10
16
- repo : https://github.com/python/black
11
17
rev : 19.10b0
12
18
hooks :
13
19
- id : black
20
+
14
21
- repo : https://gitlab.com/pycqa/flake8
15
22
rev : 3.8.3
16
23
hooks :
17
24
- id : flake8
25
+
18
26
- repo : https://github.com/pre-commit/mirrors-mypy
19
27
rev : v0.782 # Must match ci/requirements/*.yml
20
28
hooks :
21
29
- id : mypy
30
+
31
+ - repo : https://github.com/deathbeds/prenotebook
32
+ rev : f5bdb72a400f1a56fe88109936c83aa12cc349fa
33
+ hooks :
34
+ - id : prenotebook
35
+
36
+ - repo : https://github.com/myint/rstcheck
37
+ rev : 3f92957478422df87bd730abde66f089cc1ee19b
38
+ hooks :
39
+ - id : rstcheck
22
40
# run this occasionally, ref discussion https://github.com/pydata/xarray/pull/3194
23
41
# - repo: https://github.com/asottile/pyupgrade
24
42
# rev: v1.22.1
You can’t perform that action at this time.
0 commit comments