summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-05-31 22:25:52 +0200
committerGitHub <noreply@github.com>2021-05-31 22:25:52 +0200
commitd3fea8fee322200884920620cd9f9cb339ee9158 (patch)
treee9839459742c7e4d6284980af5cae474f4dbc230 /.pre-commit-config.yaml
parent8f70c7dade73817a19b686bbb463b1aba0c7397a (diff)
downloadastroid-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.yaml4
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]