| commit | 7bf53fac3498f5b62f042f5f71875ceafc7178ac | [log] [tgz] |
|---|---|---|
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Sep 05 06:46:56 2023 +0000 |
| committer | GitHub <noreply@github.com> | Tue Sep 05 06:46:56 2023 +0000 |
| tree | 1ea3cb74f848fcbd8e105cd54330e13f34cb086e | |
| parent | d20d9444dfc759ebeeff1643f213132bb4dd491f [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/add-trailing-comma: v3.0.1 → v3.1.0](https://github.com/asottile/add-trailing-comma/compare/v3.0.1...v3.1.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8657e75..99d4b38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -19,7 +19,7 @@ - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.1 + rev: v3.1.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade @@ -27,7 +27,7 @@ hooks: - id: pyupgrade args: [--py38-plus] -- repo: https://github.com/pre-commit/mirrors-autopep8 +- repo: https://github.com/hhatto/autopep8 rev: v2.0.4 hooks: - id: autopep8