| commit | 2b5af89b173e843580939aa2970cb7bcacef3ec1 | [log] [tgz] |
|---|---|---|
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Jun 24 21:49:05 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Jun 24 21:49:05 2024 +0000 |
| tree | 92fd394cbc03fe2875da0baecf5ce911f4f34326 | |
| parent | 6fc84131921c7e917197b34c6b29bc2aae21f64d [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/hhatto/autopep8: v2.3.0 → v2.3.1](https://github.com/hhatto/autopep8/compare/v2.3.0...v2.3.1)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12ef649..da259a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ - id: pyupgrade args: [--py38-plus] - repo: https://github.com/hhatto/autopep8 - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8