File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v4.5 .0
7
7
hooks :
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
- id : mixed-line-ending
11
11
- id : check-toml
12
12
- id : check-yaml
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.14 .0
14
+ rev : v3.15 .0
15
15
hooks :
16
16
- id : pyupgrade
17
17
args : [--py36-plus]
34
34
hooks :
35
35
- id : setup-cfg-fmt
36
36
- repo : https://github.com/tox-dev/pyproject-fmt
37
- rev : " 1.2.0 "
37
+ rev : " 1.5.3 "
38
38
hooks :
39
39
- id : pyproject-fmt
40
40
- repo : https://github.com/tox-dev/tox-ini-fmt
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =[
24
24
" Operating System :: OS Independent" ,
25
25
" Programming Language :: Python" ,
26
26
" Programming Language :: Python :: 3 :: Only" ,
27
+ " Programming Language :: Python :: 3.6" ,
27
28
" Programming Language :: Python :: 3.7" ,
28
29
" Programming Language :: Python :: 3.8" ,
29
30
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments