We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbc2ea commit 6e24ad7Copy full SHA for 6e24ad7
1 file changed
.flake8
@@ -6,8 +6,6 @@ extend-ignore =
6
D100,
7
# missing docstring in public class:
8
D101,
9
- # missing docstring in public method:
10
- D102,
11
# missing docstring in public function:
12
D103,
13
# missing docstring in public package:
@@ -28,6 +26,7 @@ extend-ignore =
28
26
per-file-ignores =
29
27
mkl_random/__init__.py: F401
30
mkl_random/interfaces/__init__.py: F401
+ mkl_random/tests/**/*.py: D102
31
32
filename = *.py, *.pyx, *.pxi, *.pxd
33
max_line_length = 80
0 commit comments