File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/developers_guide/documenting Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,8 @@ lint.ignore = [
25
25
# (D-1) Permanent
26
26
" D105" , # Missing docstring in magic method
27
27
# (D-2) Temporary, to be removed when we are more compliant. Rare cases mmove to (1).
28
- " D417" , # Missing argument descriptions in the docstring
29
28
" D101" , # Missing docstring in public class
30
29
" D102" , # Missing docstring in public method
31
- " D104" , # Missing docstring in public package
32
30
# (D-3) Temporary, before an initial review, either fix ocurrences or move to (2).
33
31
" D100" , # Missing docstring in public module
34
32
" D103" , # Missing docstring in public function
Original file line number Diff line number Diff line change 2
2
#
3
3
# This file is part of Iris and is released under the BSD license.
4
4
# See LICENSE in the root of the repository for full licensing details.
5
+
6
+ """Gallery Tests."""
Original file line number Diff line number Diff line change
1
+ # noqa: D104
You can’t perform that action at this time.
0 commit comments