summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-07-25 23:43:36 +0000
committerGitHub <noreply@github.com>2022-07-25 23:43:36 +0000
commit3af77d1b1030fae288899ce0c6f0c192844b94b4 (patch)
tree8354c8943e3bd17bd32620473d8b4d64d4875ea8
parentbf3ccd22a6355ef2fc600ed0468f62f124986245 (diff)
downloadpep8-3af77d1b1030fae288899ce0c6f0c192844b94b4.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.8.1...v3.8.2) - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2)
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a054112..9b2ef3f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,12 +8,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.8.1
+ rev: v3.8.2
hooks:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.37.1
+ rev: v2.37.2
hooks:
- id: pyupgrade
args: [--py36-plus]