commit | 0837e0aede40309f8a7bfc57b3ca730741180ee2 | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Sep 19 07:06:39 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Sep 19 07:06:39 2023 +0000 |
tree | aa63d211ae6a7c23a75de0259ef27043e8cab345 | |
parent | 7501a4639fdb8b802f71b0df66bee0e8ea275b97 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.11.0](https://github.com/asottile/reorder-python-imports/compare/v3.10.0...v3.11.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.11.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99d4b38..26812a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.11.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] @@ -23,7 +23,7 @@ hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: [--py38-plus]