summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-09-27 01:09:46 +0000
committerGitHub <noreply@github.com>2022-09-27 01:09:46 +0000
commita5768ea128eba3badc46a8e52a4f46fae78b3017 (patch)
treeae253de5c1aaef5d1b9fd10b4dca1e311d000b55
parent103d31a8c9a56f298a6082b98c15fc1509d811b1 (diff)
downloadpep8-a5768ea128eba3badc46a8e52a4f46fae78b3017.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](https://github.com/asottile/reorder_python_imports/compare/v3.8.2...v3.8.3) - [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](https://github.com/asottile/pyupgrade/compare/v2.38.0...v2.38.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 e3a9341..e0e09fd 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.2
+ rev: v3.8.3
hooks:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.38.0
+ rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py36-plus]