Skip to content

Commit eba9db5

Browse files
committed
fix linting
1 parent db84972 commit eba9db5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ Download = "http://github.com/IntelPython/mkl_umath"
7272
Homepage = "http://github.com/IntelPython/mkl_umath"
7373

7474
[tool.black]
75-
extend-exclude = "_vendored/"
75+
extend-exclude = "(^|/)_vendored/"
76+
force-exclude = "(^|/)_vendored/"
7677
line-length = 80
7778

7879
[tool.cython-lint]

0 commit comments

Comments
 (0)