summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-05-31 17:51:07 +0000
committerGitHub <noreply@github.com>2021-05-31 17:51:07 +0000
commit03c490d53dc1d0c00ecfc5801b5ea006e30b811b (patch)
tree04ece15086f900f3fcb00f55c43e04cc891f3bef
parent3bcadce2a9d91f4bb6afa97b5d2d1a82d7a1e937 (diff)
downloadflake8-03c490d53dc1d0c00ecfc5801b5ea006e30b811b.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.5b1 → 21.5b2](https://github.com/psf/black/compare/21.5b1...21.5b2) - [github.com/asottile/pyupgrade: v2.18.2 → v2.19.0](https://github.com/asottile/pyupgrade/compare/v2.18.2...v2.19.0)
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dfb8041..9baa41c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py36-plus]
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.5b2
hooks:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.18.2
+ rev: v2.19.0
hooks:
- id: pyupgrade
args: [--py36-plus]