We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db84972 commit eba9db5Copy full SHA for eba9db5
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