summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-06-07 19:36:55 -0700
committerGitHub <noreply@github.com>2021-06-07 19:36:55 -0700
commita252652abb05cda1a267ac836b05d58a708ae9b6 (patch)
treee766b06500c0ad99af2ab713033babd31853c575
parentd62e05fce67b25e37395d137f16f3f559e541786 (diff)
parent975a3f45334861ebd8960c00e881443c23654bca (diff)
downloadflake8-a252652abb05cda1a267ac836b05d58a708ae9b6.tar.gz
Merge pull request #1345 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9baa41c..d35ab06 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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]
diff --git a/setup.cfg b/setup.cfg
index 1c54260..ade05af 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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