summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-07-04 20:26:17 -0400
committerGitHub <noreply@github.com>2022-07-04 20:26:17 -0400
commite95d9a2eda6c23482861d601c0e45e93f29f2914 (patch)
tree813286b76f357f78f36711b8f41268f44c5e4f9c
parent59f2e31d0f032ffccb0ad64761f58758a844796d (diff)
parent856115397248db361a430ae3d6065342288248d1 (diff)
downloadpep8-e95d9a2eda6c23482861d601c0e45e93f29f2914.tar.gz
Merge pull request #1080 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 3d92a7d..7f1e5ae 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.1.0
+ rev: v3.3.0
hooks:
- id: reorder-python-imports
args: [--py36-plus]