summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2023-05-09 08:33:43 -0400
committerGitHub <noreply@github.com>2023-05-09 08:33:43 -0400
commitf6500e2170406b664a721b5e3a0f5d66bcb757e1 (patch)
treef1e1332091e64b20e288073ac915ee1900e25504
parentea12c727143fb3a3b849bcafb220a8f64fd67da8 (diff)
parent28de31778c2cdda96fdf2f0a590e302ef24c8995 (diff)
downloadpep8-main.tar.gz
Merge pull request #1141 from PyCQA/pre-commit-ci-update-configHEADmain
[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 1a7b2b4..0a29d81 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,13 +7,13 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
hooks:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.3.2
+ rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py37-plus]