commit | 894c7c474f437e255f1ce28da1910fb7dd93b782 | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue May 09 04:04:00 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue May 09 04:04:00 2023 +0000 |
tree | 42bddfbc63f377f1675cb933b752136ccc25ae91 | |
parent | 0122e76bfe37d895fa9085712e65dbfef2e349b1 [diff] |
[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)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3fc890..89bf572 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ rev: v2.2.0 hooks: - id: setup-cfg-fmt -- 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 @@ -24,7 +24,7 @@ - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [--py37-plus]