diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-05-31 22:25:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 22:25:52 +0200 |
commit | d3fea8fee322200884920620cd9f9cb339ee9158 (patch) | |
tree | e9839459742c7e4d6284980af5cae474f4dbc230 /.pre-commit-config.yaml | |
parent | 8f70c7dade73817a19b686bbb463b1aba0c7397a (diff) | |
download | astroid-git-d3fea8fee322200884920620cd9f9cb339ee9158.tar.gz |
[pre-commit.ci] pre-commit autoupdate (#1005)
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.18.2 → v2.19.0](https://github.com/asottile/pyupgrade/compare/v2.18.2...v2.19.0)
- [github.com/psf/black: 21.5b1 → 21.5b2](https://github.com/psf/black/compare/21.5b1...21.5b2)
* Update requirements file
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2eba5c4b..5b8ee25e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: hooks: - id: black-disable-checker - repo: https://github.com/asottile/pyupgrade - rev: v2.18.2 + rev: v2.19.0 hooks: - id: pyupgrade exclude: tests/testdata args: [--py36-plus] - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 21.5b2 hooks: - id: black args: [--safe, --quiet] |