summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-10-18 01:25:58 +0000
committerGitHub <noreply@github.com>2022-10-18 01:25:58 +0000
commitb2cd3bcc71b2f4b043129e6be5242d14d29e10db (patch)
treef60cde7f1c1bfda619e70ba0dd21d2fcb2be5e1e
parent44b6c69928d12cb250d46d2e0cb315816f5b492b (diff)
downloadpep8-b2cd3bcc71b2f4b043129e6be5242d14d29e10db.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.4 → v3.8.5](https://github.com/asottile/reorder_python_imports/compare/v3.8.4...v3.8.5)
-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 32f4685..cd9567a 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: v3.8.4
+ rev: v3.8.5
hooks:
- id: reorder-python-imports
args: [--py36-plus]