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>2022-07-05 06:52:03 +0200
committerGitHub <noreply@github.com>2022-07-05 06:52:03 +0200
commitc1ffa59508841c87e4720c72b2d40fc0ae795622 (patch)
treecd317059e2cb92b3ebc9724a65fbe66c76721323 /.pre-commit-config.yaml
parent2dc0712f27ecc0a386fbf78ada887ec566972fa8 (diff)
downloadpylint-git-c1ffa59508841c87e4720c72b2d40fc0ae795622.tar.gz
[pre-commit.ci] pre-commit autoupdate (#7129)
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@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 3e864bf52..e8122b213 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
- id: isort
exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future|m/multiple-imports)/bad.py
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 22.6.0
hooks:
- id: black
args: [--safe, --quiet]