summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-05-02 22:00:50 +0000
committerGitHub <noreply@github.com>2022-05-02 22:00:50 +0000
commita1dfd984380b0afcc0521f6869a4b3103b18058c (patch)
tree5dbbca7e653bfe9c6807e85eb9a43c70a58c826c /.pre-commit-config.yaml
parent77972c4b9bc5603775718a62b6480fc1004f92a4 (diff)
downloadpep8-a1dfd984380b0afcc0521f6869a4b3103b18058c.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.1.0](https://github.com/asottile/reorder_python_imports/compare/v3.0.1...v3.1.0)
Diffstat (limited to '.pre-commit-config.yaml')
-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 fea4216..e932206 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.0.1
+ rev: v3.1.0
hooks:
- id: reorder-python-imports
args: [--py36-plus]