File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments