summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJustus Magin <keewis@users.noreply.github.com>2023-04-14 16:16:02 +0200
committerGitHub <noreply@github.com>2023-04-14 16:16:02 +0200
commit9962c35a17cd258cec2490ad0e7c14d4cda31996 (patch)
treec3b6d18bb42f2c290672f356d061d3c56c821cad /.pre-commit-config.yaml
parent792cb77928acdef8047760467c931f2f225aa903 (diff)
downloadpint-9962c35a17cd258cec2490ad0e7c14d4cda31996.tar.gz
remove the `black` hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 10f2b35..eef4da7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,7 +9,6 @@ repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- - id: black
- id: black-jupyter
- repo: https://github.com/pycqa/isort
rev: 5.10.1