summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-01-31 18:39:49 -0500
committerGitHub <noreply@github.com>2022-01-31 18:39:49 -0500
commitf8edd9e1fe9ec6d61b42d5824d25ea43004383f3 (patch)
tree053a6de24d5fe4b6ae64a17d247919211c6fd2f5
parent6678922f8d4fb6a34fb77f4f5a7992ade45aaf2f (diff)
parent417a00f70e1e484121cc65ddeddd6cfed8cc04a0 (diff)
downloadpep8-f8edd9e1fe9ec6d61b42d5824d25ea43004383f3.tar.gz
Merge pull request #1053 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-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 4e00c7b..1352e22 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.6.0
+ rev: v2.7.1
hooks:
- id: reorder-python-imports
args: [--py36-plus]