summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-07-05 00:17:46 +0000
committerGitHub <noreply@github.com>2022-07-05 00:17:46 +0000
commit856115397248db361a430ae3d6065342288248d1 (patch)
tree813286b76f357f78f36711b8f41268f44c5e4f9c
parent59f2e31d0f032ffccb0ad64761f58758a844796d (diff)
downloadpep8-856115397248db361a430ae3d6065342288248d1.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.1.0 → v3.3.0](https://github.com/asottile/reorder_python_imports/compare/v3.1.0...v3.3.0)
-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]