diff options
| author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-23 12:24:23 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-23 17:55:24 +0200 |
| commit | 7e131abecce42f5aa3c5f7b9e2e7b911bb79fc57 (patch) | |
| tree | 02e2b256c90a43e9523c71e8df85075ae6fae20b | |
| parent | 54e6efeb3989bbb1c1127a73e8e0cbc2aef78912 (diff) | |
| download | astroid-git-7e131abecce42f5aa3c5f7b9e2e7b911bb79fc57.tar.gz | |
Add black-disable-checker
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
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: |
