summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-10-11 02:28:05 +0000
committerGitHub <noreply@github.com>2022-10-11 02:28:05 +0000
commit15f6d7bdf57b908cc6e544816206e8b15aad307f (patch)
tree49a27e355cc60697e6d04682fc1d2db5ce73fe3f
parent895fd72ca0cc6a6d378565158aa2d63a91f28249 (diff)
downloadpep8-15f6d7bdf57b908cc6e544816206e8b15aad307f.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.4](https://github.com/asottile/reorder_python_imports/compare/v3.8.3...v3.8.4) - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.1.0)
-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 e0e09fd..32f4685 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.3
+ rev: v3.8.4
hooks:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.38.2
+ rev: v3.1.0
hooks:
- id: pyupgrade
args: [--py36-plus]