Skip to content

Commit 643af02

Browse files
committed
pre-commit: disable black
1 parent bf482c5 commit 643af02

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
- id: remove-crlf
1818
- id: forbid-tabs
1919

20-
# Black formatter
21-
- repo: https://github.com/psf/black
22-
rev: 23.12.1
23-
hooks:
24-
- id: black
25-
exclude: src/litgen/integration_tests/mylib
26-
# exclude_types: ["pyi"]
20+
# Black formatter: disabled by default, run manually
21+
# - repo: https://github.com/psf/black
22+
# rev: 23.12.1
23+
# hooks:
24+
# - id: black
25+
# exclude: src/litgen/integration_tests/mylib
26+
# # exclude_types: ["pyi"]
2727

2828
# Ruff
2929
- repo: https://github.com/astral-sh/ruff-pre-commit

_litgen_template

0 commit comments

Comments
 (0)