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>2023-01-03 09:00:54 +0100
committerGitHub <noreply@github.com>2023-01-03 09:00:54 +0100
commit43dcd47d34345ca21aab8ea8e82d6721a9183bb1 (patch)
tree4d55730e0cc9712cc613f296970895b7876866df /.pre-commit-config.yaml
parent8db64fe618a5f92ebba328a6148208e0a935f6ed (diff)
downloadastroid-git-43dcd47d34345ca21aab8ea8e82d6721a9183bb1.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1937)
updates: - [github.com/psf/black: 23.1a1 → 22.12.0](https://github.com/psf/black/compare/23.1a1...22.12.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 143e7cca..35fe7fca 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: 23.1a1
+ rev: 22.12.0
hooks:
- id: black
args: [--safe, --quiet]