summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-31 23:33:01 +0000
committerGitHub <noreply@github.com>2022-01-31 23:33:01 +0000
commit417a00f70e1e484121cc65ddeddd6cfed8cc04a0 (patch)
tree053a6de24d5fe4b6ae64a17d247919211c6fd2f5
parent6678922f8d4fb6a34fb77f4f5a7992ade45aaf2f (diff)
downloadpep8-417a00f70e1e484121cc65ddeddd6cfed8cc04a0.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](https://github.com/asottile/reorder_python_imports/compare/v2.6.0...v2.7.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 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]