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:51:38 +0200
committerGitHub <noreply@github.com>2022-07-05 06:51:38 +0200
commit58750a6f982c20fd7224ac396c95ee8adbbfa34f (patch)
treec5fccc844d6a2f359d6af9756a0a7819452f43f6 /.pre-commit-config.yaml
parenta6fdf0b92af0190dfc8334a69548919cc7130204 (diff)
downloadastroid-git-58750a6f982c20fd7224ac396c95ee8adbbfa34f.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1685)
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 522e9b41..3161e83c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
- id: black-disable-checker
exclude: tests/unittest_nodes_lineno.py
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 22.6.0
hooks:
- id: black
args: [--safe, --quiet]