Skip to content

Commit 3f9b671

Browse files
authored
rip out black fmt (#140)
1 parent 2f2125b commit 3f9b671

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,6 @@ repos:
2222
- id: ruff-check
2323
args: [ --fix ]
2424
- id: ruff-format
25-
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 23.10.1
27-
hooks:
28-
- id: black
29-
alias: black
30-
exclude: ".*uv.lock"
31-
args: [--line-length=79]
32-
- repo: https://github.com/adamchainz/blacken-docs
33-
rev: 1.16.0
34-
hooks:
35-
- id: blacken-docs
36-
name: black-docs-text
37-
alias: black
38-
types_or: [rst, markdown, tex]
39-
additional_dependencies: [black==23.10.1]
40-
# Using PEP 8's line length in docs prevents excess left/right scrolling
41-
args: [--line-length=79]
42-
- repo: https://github.com/psf/black-pre-commit-mirror
43-
rev: 23.10.1
44-
hooks:
45-
- id: black-jupyter
46-
name: black-docs-jupyter
47-
alias: black
48-
files: ^(docs/|notebooks/)
49-
# Using PEP 8's line length in docs prevents excess left/right scrolling
50-
args: [--line-length=79]
5125
- repo: https://github.com/pre-commit/mirrors-mypy
5226
rev: v1.14.1
5327
hooks:

0 commit comments

Comments
 (0)