We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4b076 commit 97cb36aCopy full SHA for 97cb36a
1 file changed
pyproject.toml
@@ -72,7 +72,8 @@ Download = "http://github.com/IntelPython/mkl_umath"
72
Homepage = "http://github.com/IntelPython/mkl_umath"
73
74
[tool.black]
75
-extend-exclude = "_vendored/"
+extend-exclude = "(^|/)_vendored/"
76
+force-exclude = "(^|/)_vendored/"
77
line-length = 80
78
79
[tool.cython-lint]
0 commit comments