summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-23 12:24:23 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-23 17:55:24 +0200
commit7e131abecce42f5aa3c5f7b9e2e7b911bb79fc57 (patch)
tree02e2b256c90a43e9523c71e8df85075ae6fae20b
parent54e6efeb3989bbb1c1127a73e8e0cbc2aef78912 (diff)
downloadastroid-git-7e131abecce42f5aa3c5f7b9e2e7b911bb79fc57.tar.gz
Add black-disable-checker
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 210dae99..d62b4c3f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,6 +15,10 @@ repos:
hooks:
- id: isort
exclude: tests/testdata|astroid/__init__.py
+ - repo: https://github.com/Pierre-Sassoulas/black-disable-checker/
+ rev: 1.0.0
+ hooks:
+ - id: black-disable-checker
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
hooks: