commit | e556d94c70c061f76c59d5412df912fc1b29c01f | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Mar 07 02:51:56 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Mar 07 02:51:56 2023 +0000 |
tree | b72cbc316fd61d040f22563c35f0c38742f6cb4d | |
parent | 9260cbc9c84c06022993bfbcc42fdbf0305c5b8e [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.1 → v2.0.2](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.1...v2.0.2)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93d40f5..a2c7818 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -29,7 +29,7 @@ - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8