File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v2.1 .0
3
+ rev : v2.4 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
@@ -11,29 +11,29 @@ repos:
11
11
- id : name-tests-test
12
12
- id : requirements-txt-fixer
13
13
- repo : https://gitlab.com/pycqa/flake8
14
- rev : 3.7.7
14
+ rev : 3.7.9
15
15
hooks :
16
16
- id : flake8
17
17
- repo : https://github.com/pre-commit/mirrors-autopep8
18
- rev : v1.4.3
18
+ rev : v1.5
19
19
hooks :
20
20
- id : autopep8
21
21
- repo : https://github.com/asottile/reorder_python_imports
22
- rev : v1.4 .0
22
+ rev : v1.9 .0
23
23
hooks :
24
24
- id : reorder-python-imports
25
25
args : [--py3-plus]
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v1.12.0
27
+ rev : v1.26.2
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py3-plus]
31
31
- repo : https://github.com/asottile/add-trailing-comma
32
- rev : v1.0 .0
32
+ rev : v1.5 .0
33
33
hooks :
34
34
- id : add-trailing-comma
35
35
args : [--py36-plus]
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v0.670-1
37
+ rev : v0.761
38
38
hooks :
39
39
- id : mypy
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ resources:
10
10
type : github
11
11
endpoint : github
12
12
name : asottile/azure-pipeline-templates
13
- ref : refs/tags/v0 .0.17
13
+ ref : refs/tags/v1 .0.0
14
14
15
15
jobs :
16
16
- template : job--pre-commit.yml@asottile
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ classifiers =
15
15
Programming Language :: Python :: 3 :: Only
16
16
Programming Language :: Python :: 3.6
17
17
Programming Language :: Python :: 3.7
18
+ Programming Language :: Python :: 3.8
18
19
Programming Language :: Python :: Implementation :: CPython
19
20
Programming Language :: Python :: Implementation :: PyPy
20
21
21
22
[options]
22
23
py_modules = blacken_docs
23
- install_requires = black>=19.3b0
24
+ install_requires =
25
+ black>=19.3b0
24
26
python_requires = >=3.6
25
27
26
28
[options.entry_points]
You can’t perform that action at this time.
0 commit comments