summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-10-31 22:33:27 -0400
committerGitHub <noreply@github.com>2022-10-31 22:33:27 -0400
commit2b76c4da9a1687cb6ca8eeb625b95b3fbdcf7bad (patch)
tree0f8c54dd7a27b5cfc237ad07fb7d148c463b8c29
parent1a6f83f75cd2d6f2ea7d7001affbbb1dc6731458 (diff)
parentc09994f46a62b3f3e036bfe99ee95d38484463b6 (diff)
downloadpep8-2b76c4da9a1687cb6ca8eeb625b95b3fbdcf7bad.tar.gz
Merge pull request #1117 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 cd9567a..39acafe 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.5
+ rev: v3.9.0
hooks:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.1.0
+ rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py36-plus]