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

updates:
- [github.com/psf/black: 21.4b2 → 21.5b1](https://github.com/psf/black/compare/21.4b2...21.5b1)
- [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](https://github.com/asottile/pyupgrade/compare/v2.14.0...v2.15.0)
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](https://github.com/PyCQA/flake8/compare/3.9.1...3.9.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2021-05-10 17:15:16 -04:00
committed by GitHub
parent 8f2d701c99
commit a405608801
+3 -3
View File
@@ -19,7 +19,7 @@ repos:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.4b2 rev: 21.5b1
hooks: hooks:
- id: black - id: black
@@ -43,7 +43,7 @@ repos:
args: ["--python-version=3.7", "--ignore-missing-imports", "--scripts-are-modules"] args: ["--python-version=3.7", "--ignore-missing-imports", "--scripts-are-modules"]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.14.0 rev: v2.15.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
name: PyUpgrade 3.6+ name: PyUpgrade 3.6+
@@ -55,7 +55,7 @@ repos:
args: ["--py37-plus"] args: ["--py37-plus"]
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 3.9.1 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
exclude: cibuildwheel/resources/ exclude: cibuildwheel/resources/