mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 00:44:44 +00:00
Merge pull request #1345 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
a252652abb
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ repos:
|
||||||
- id: black
|
- id: black
|
||||||
args: [--line-length=79]
|
args: [--line-length=79]
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.19.0
|
rev: v2.19.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py36-plus]
|
args: [--py36-plus]
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ install_requires=
|
||||||
pyflakes >= 2.3.0, < 2.4.0
|
pyflakes >= 2.3.0, < 2.4.0
|
||||||
pycodestyle >= 2.7.0, < 2.8.0
|
pycodestyle >= 2.7.0, < 2.8.0
|
||||||
mccabe >= 0.6.0, < 0.7.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
|
python_requires = >=3.6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue