We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd508d5 commit 923a022Copy full SHA for 923a022
.pre-commit-config.yaml
@@ -19,6 +19,7 @@ repos:
19
rev: 25.1.0
20
hooks:
21
- id: black
22
+ exclude: "_vendored/conv_template.py"
23
24
- repo: https://github.com/pycqa/flake8
25
rev: 7.1.2
pyproject.toml
@@ -66,6 +66,10 @@ test = ["pytest"]
66
Download = "http://github.com/IntelPython/mkl_fft"
67
Homepage = "http://github.com/IntelPython/mkl_fft"
68
69
+[tool.black]
70
+line-length = 80
71
+exclude = "_vendored/conv_template.py"
72
+
73
[tool.isort]
74
ensure_newline_before_comments = true
75
force_grid_wrap = 0
0 commit comments