commit | 36e6a062d2ed9af31a626eb2151a22b9f90598fa | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Jun 20 04:34:08 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Jun 20 04:34:08 2023 +0000 |
tree | 35d7aa90c796f0754d273369c75e63375e230b51 | |
parent | bb4e628bb475392bed0736990db6f33009bb8169 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](https://github.com/asottile/reorder-python-imports/compare/v3.9.0...v3.10.0) - [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v3.6.0...v3.7.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71d2845..adb980e 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.9.0 + rev: v3.10.0 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: v3.6.0 + rev: v3.7.0 hooks: - id: pyupgrade args: [--py37-plus]