summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-05-09 08:01:52 +0000
committerGitHub <noreply@github.com>2023-05-09 08:01:52 +0000
commit28de31778c2cdda96fdf2f0a590e302ef24c8995 (patch)
treef1e1332091e64b20e288073ac915ee1900e25504
parentea12c727143fb3a3b849bcafb220a8f64fd67da8 (diff)
downloadpep8-28de31778c2cdda96fdf2f0a590e302ef24c8995.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.4.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 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]