summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-10-17 21:42:23 -0400
committerGitHub <noreply@github.com>2022-10-17 21:42:23 -0400
commite9c846d03768ff12267569c77aba935f96827d31 (patch)
treef60cde7f1c1bfda619e70ba0dd21d2fcb2be5e1e
parent44b6c69928d12cb250d46d2e0cb315816f5b492b (diff)
parentb2cd3bcc71b2f4b043129e6be5242d14d29e10db (diff)
downloadpep8-e9c846d03768ff12267569c77aba935f96827d31.tar.gz
Merge pull request #1110 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 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]