File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v2.4 .0
3+ rev : v2.5 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -15,17 +15,17 @@ repos:
1515 rev : 3.7.9
1616 hooks :
1717 - id : flake8
18- additional_dependencies : [flake8-typing-imports==1.5 .0]
18+ additional_dependencies : [flake8-typing-imports==1.6 .0]
1919- repo : https://github.com/pre-commit/mirrors-autopep8
20- rev : v1.4.4
20+ rev : v1.5
2121 hooks :
2222 - id : autopep8
2323- repo : https://github.com/pre-commit/pre-commit
24- rev : v1.21.0
24+ rev : v2.1.1
2525 hooks :
2626 - id : validate_manifest
2727- repo : https://github.com/asottile/pyupgrade
28- rev : v1.25.3
28+ rev : v2.0.1
2929 hooks :
3030 - id : pyupgrade
3131 args : [--py36-plus]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install_requires =
3030 virtualenv>=15.2
3131 importlib-metadata; python_version<"3.8"
3232 importlib-resources; python_version<"3.7"
33- python_requires = >=3.6
33+ python_requires = >=3.6.1
3434
3535[options.entry_points]
3636console_scripts =
You can’t perform that action at this time.
0 commit comments