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

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-04-07 10:13:14 -03:00
committed by GitHub
parent 1dc019709c
commit 9785a316ae

View File

@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/ambv/black
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
@@ -12,12 +12,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.10.1
rev: v2.11.0
hooks:
- id: pyupgrade
args: [--py3-plus]