summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-06-08 02:08:41 +0000
committerGitHub <noreply@github.com>2021-06-08 02:08:41 +0000
commit72f64e40bb133971708156130bc3e62eaa9fb8c6 (patch)
tree9e1bc1733ab3a1806ac05347d6f56eb6e811a705
parentd62e05fce67b25e37395d137f16f3f559e541786 (diff)
downloadflake8-72f64e40bb133971708156130bc3e62eaa9fb8c6.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.19.0 → v2.19.1](https://github.com/asottile/pyupgrade/compare/v2.19.0...v2.19.1)
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9baa41c..d35ab06 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.19.0
+ rev: v2.19.1
hooks:
- id: pyupgrade
args: [--py36-plus]