commit | 038e3dd9648bc24f95498b5e99186c792dba400d | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Oct 03 08:58:19 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Oct 03 08:58:19 2023 +0000 |
tree | 6ac3705d1a69645e458b6dc4bcf5864d095af03b | |
parent | 516a8a263c137b51b43f01cbd5441f735390363e [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.4.0...v2.5.0) - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.13.0...v3.14.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58a08f2..7e8acac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -10,11 +10,11 @@ - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.4.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.11.0 + rev: v3.12.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.13.0 + rev: v3.14.0 hooks: - id: pyupgrade args: [--py38-plus]