Skip to content

Commit e6b98b3

Browse files
committed
fix linting
1 parent 7dd919f commit e6b98b3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ extend-ignore =
1212
D102,
1313
# missing docstring in public function:
1414
D103,
15+
# missing docstring in public package:
16+
D104,
1517
# missing docstring in __init__:
1618
D107,
1719
# 1 blank line required between summary line and description:

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)