commit | ee30c6ada976001b0cbf12adf1f30af5cc6489d4 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Mon May 27 17:46:09 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon May 27 17:46:09 2024 -0400 |
tree | ecb1923f4db3aabc300d1add7382a8be1025167d | |
parent | d0293ebc40f6c0606d624ee4c638c7597f8044d2 [diff] | |
parent | a508c71a29a1b1e287a99bc56500eeee48db8549 [diff] |
Merge pull request #1056 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 5471934..5d222eb 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.1.0 + rev: v2.1.1 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8