summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 22:10:59 +0000
committerGitHub <noreply@github.com>2022-01-03 22:10:59 +0000
commitc9411a14fd4cdcf9a3c85be9ec31dfed45e688fd (patch)
treeb1bdc5da4a589bbdcc286e975321d4036cb2aeb2 /.pre-commit-config.yaml
parent09ab13f5bf2bec460c91af8134f41e6f9b8a87c6 (diff)
downloadpep8-c9411a14fd4cdcf9a3c85be9ec31dfed45e688fd.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.0)
Diffstat (limited to '.pre-commit-config.yaml')
-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 99d103d..4e00c7b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.1
+ rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py36-plus]