commit | b06e32ef419102dbb417bc25a3f5dd45f4e41bff | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Jun 03 21:46:58 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Jun 03 21:46:58 2024 +0000 |
tree | ca361ac7eebd9b2c576160b0838854077f307dfe | |
parent | ee30c6ada976001b0cbf12adf1f30af5cc6489d4 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.13.0) - [github.com/hhatto/autopep8: v2.1.1 → v2.2.0](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.2.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d222eb..4dde625 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.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] @@ -28,7 +28,7 @@ - id: pyupgrade args: [--py38-plus] - repo: https://github.com/hhatto/autopep8 - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8