[pre-commit.ci] pre-commit autoupdate (#652)

This commit is contained in:
pre-commit-ci[bot]
2021-04-26 15:24:46 -04:00
committed by GitHub
parent 38f52569aa
commit 38ae494c0d
+3 -3
View File
@@ -19,13 +19,13 @@ repos:
- id: isort
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
files: ^bin/update_pythons.py|setup.py$
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.16.0
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
stages: [manual]
@@ -44,7 +44,7 @@ repos:
args: ["--python-version=3.7", "--ignore-missing-imports", "--scripts-are-modules"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pyupgrade
name: PyUpgrade 3.6+