summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-07-25 19:50:19 -0400
committerGitHub <noreply@github.com>2022-07-25 19:50:19 -0400
commitd3566623bb451f6c7f1b65cc4f8538d2540da9e6 (patch)
tree8354c8943e3bd17bd32620473d8b4d64d4875ea8
parentbf3ccd22a6355ef2fc600ed0468f62f124986245 (diff)
parent3af77d1b1030fae288899ce0c6f0c192844b94b4 (diff)
downloadpep8-d3566623bb451f6c7f1b65cc4f8538d2540da9e6.tar.gz
Merge pull request #1083 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-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]