commit | dd347f86bc32236d7f9a5a82e718908c557a8708 | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Jul 04 21:58:20 2022 +0000 |
committer | GitHub <noreply@github.com> | Mon Jul 04 21:58:20 2022 +0000 |
tree | f8aebce785eca078acbd056dcb7b3f6c9789402c | |
parent | b0f06dc9f2260909f3423243de180edfc823ec5a [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/reorder_python_imports: v3.1.0 → v3.3.0](https://github.com/asottile/reorder_python_imports/compare/v3.1.0...v3.3.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5299f8..1e1b4a4 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.1.0 + rev: v3.3.0 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations']