summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-10-04 20:24:33 +0000
committerGitHub <noreply@github.com>2021-10-04 20:24:33 +0000
commit7e3dcb15f1de272667ab839e1bca2fbebb7e2e21 (patch)
tree6877f46766eea2cff1485550868ddc65ce720fa3
parented28466bae9734520f9779f3421a8cd7ed77a44c (diff)
downloadflake8-7e3dcb15f1de272667ab839e1bca2fbebb7e2e21.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](https://github.com/asottile/pyupgrade/compare/v2.28.0...v2.29.0)
-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 efc349e..a3a9734 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.28.0
+ rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]