Skip to content

Commit 6e24ad7

Browse files
committed
use per-file-ignore for D102 in third_patch tests
1 parent 4cbc2ea commit 6e24ad7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.flake8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ extend-ignore =
66
D100,
77
# missing docstring in public class:
88
D101,
9-
# missing docstring in public method:
10-
D102,
119
# missing docstring in public function:
1210
D103,
1311
# missing docstring in public package:
@@ -28,6 +26,7 @@ extend-ignore =
2826
per-file-ignores =
2927
mkl_random/__init__.py: F401
3028
mkl_random/interfaces/__init__.py: F401
29+
mkl_random/tests/**/*.py: D102
3130

3231
filename = *.py, *.pyx, *.pxi, *.pxd
3332
max_line_length = 80

0 commit comments

Comments
 (0)