Merge pull request #1345 from PyCQA/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Anthony Sottile 2021-06-07 19:36:55 -07:00 committed by GitHub
commit a252652abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.0
rev: v2.19.1
hooks:
- id: pyupgrade
args: [--py36-plus]

View file

@ -41,7 +41,7 @@ install_requires=
pyflakes >= 2.3.0, < 2.4.0
pycodestyle >= 2.7.0, < 2.8.0
mccabe >= 0.6.0, < 0.7.0
importlib-metadata; python_version<"3.8"
importlib-metadata<4.3; python_version<"3.8"
python_requires = >=3.6