commit | 23e603312ab090a9bb449e5639167bda6362b1e1 | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Tue Dec 20 00:30:13 2022 +0000 |
committer | GitHub <noreply@github.com> | Tue Dec 20 00:30:13 2022 +0000 |
tree | bc15c55d6867831d224589f23cc2ca240fd37f80 | |
parent | 931126759fd52c855634a9eeca2f3aa907ca2507 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.1](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.0...v2.0.1)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4caa5cb..74db87a 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.0 + rev: v2.0.1 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8