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 33
44repos :
55- repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v4.5 .0
77 hooks :
88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010 - id : mixed-line-ending
1111 - id : check-toml
1212 - id : check-yaml
1313- repo : https://github.com/asottile/pyupgrade
14- rev : v3.14 .0
14+ rev : v3.15 .0
1515 hooks :
1616 - id : pyupgrade
1717 args : [--py36-plus]
3434 hooks :
3535 - id : setup-cfg-fmt
3636- repo : https://github.com/tox-dev/pyproject-fmt
37- rev : " 1.2.0 "
37+ rev : " 1.5.3 "
3838 hooks :
3939 - id : pyproject-fmt
4040- repo : https://github.com/tox-dev/tox-ini-fmt
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =[
2424 " Operating System :: OS Independent" ,
2525 " Programming Language :: Python" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27+ " Programming Language :: Python :: 3.6" ,
2728 " Programming Language :: Python :: 3.7" ,
2829 " Programming Language :: Python :: 3.8" ,
2930 " Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments