summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 12:20:25 +0200
committerGitHub <noreply@github.com>2021-05-10 12:20:25 +0200
commitca70201703806361ae50a9705a2801c6f324e8c3 (patch)
treeafa43abcc05315f744b4372c9959e2422e953ddc /.pre-commit-config.yaml
parent52a31783ae175e19ce4826aec22609c8595244af (diff)
downloadpylint-git-ca70201703806361ae50a9705a2801c6f324e8c3.tar.gz
Bump black from 21.4b2 to 21.5b0 (#4458)
* Bump black from 21.4b2 to 21.5b0 Bumps [black](https://github.com/psf/black) from 21.4b2 to 21.5b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) Signed-off-by: dependabot[bot] <support@github.com> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3d774dee5..4e2ae93fe 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.4b2
+ rev: 21.5b0
hooks:
- id: black
args: [--safe, --quiet]