commit | 9759ac692dd387efca9d3b7b80c96a04ba8de5bf | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Tue Jun 25 14:16:22 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Jun 25 14:16:22 2024 -0400 |
tree | 92fd394cbc03fe2875da0baecf5ce911f4f34326 | |
parent | 6fc84131921c7e917197b34c6b29bc2aae21f64d [diff] | |
parent | 2b5af89b173e843580939aa2970cb7bcacef3ec1 [diff] |
Merge pull request #1065 from pre-commit/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate
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