commit | 5d4843d9773a292cdb7967a16478be743a54beb6 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Mon Aug 15 17:23:13 2022 -0400 |
committer | GitHub <noreply@github.com> | Mon Aug 15 17:23:13 2022 -0400 |
tree | 771c3d5baae85b8bd4f4d73e6fe416d6b86455b8 | |
parent | 98c88b23b7ea9a42f920adc1d7c8790f39772021 [diff] | |
parent | f508ebb46ebfce5dbfacf888a0d8aba694beb872 [diff] |
Merge pull request #800 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 b6f3191..9478a1f 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: v1.6.0 + rev: v1.7.0 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8