summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-07-11 19:30:24 -0400
committerGitHub <noreply@github.com>2022-07-11 19:30:24 -0400
commitbf3ccd22a6355ef2fc600ed0468f62f124986245 (patch)
treea0a9eaa98aa198888bcc8060bb9594f80bf1d69a
parente95d9a2eda6c23482861d601c0e45e93f29f2914 (diff)
parentb80783672014f7de213b5dec44f2d6f1be5cc482 (diff)
downloadpep8-bf3ccd22a6355ef2fc600ed0468f62f124986245.tar.gz
Merge pull request #1081 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 7f1e5ae..a054112 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.3.0
+ rev: v3.8.1
hooks:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.34.0
+ rev: v2.37.1
hooks:
- id: pyupgrade
args: [--py36-plus]