| commit | c2b640f9cbec13d7608fb529f86322bde190fb7a | [log] [tgz] |
|---|---|---|
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Jul 11 21:25:32 2022 +0000 |
| committer | GitHub <noreply@github.com> | Mon Jul 11 21:25:32 2022 +0000 |
| tree | ee1b6b921e675d4b68d1102d4a8e54e0d6aed568 | |
| parent | 35d73e14d0971d261fc3f41badb47df55d80deec [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/reorder_python_imports: v3.3.0 → v3.8.1](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.1) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e1b4a4..d416bc6 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.3.0 + rev: v3.8.1 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations'] @@ -24,7 +24,7 @@ - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.1 hooks: - id: pyupgrade args: [--py37-plus]