commit | baa6589e9d226537d3da1c6d21ecfa74185e042a | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Aug 29 05:38:18 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Aug 29 05:38:18 2023 +0000 |
tree | 0189d2e06f35f4c7da2aba9604a9ad14614ed771 | |
parent | b9a2d838763bf5b796022791ffb2d8b5b365b88f [diff] [blame] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.2 → v2.0.4](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.2...v2.0.4)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c627a..8657e75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ - id: pyupgrade args: [--py38-plus] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 + rev: v2.0.4 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8