File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ ignore = [
51
51
" PTH208" , # Use `pathlib.Path.iterdir()` instead.
52
52
# Typeshed doesn't want complex or non-literal defaults for maintenance and testing reasons.
53
53
# This doesn't affect us, let's have more complete stubs.
54
- # This doesn't affect us, let's have more complete stubs.
55
- " PYI011" , # typed-argument-default-in-stub
56
54
" PYI011" , # typed-argument-default-in-stub
57
55
" PYI014" , # argument-default-in-stub
58
56
" PYI053" , # string-or-bytes-too-long
@@ -88,9 +86,6 @@ ignore = [
88
86
# Specific to this project
89
87
# ##
90
88
" D205" , # Not all docstrings have a short description + description
91
- # TODO: Consider for more complete doc
92
- " DOC201" , # docstring-extraneous-returns
93
- " DOC501" , # docstring-missing-exception
94
89
# We have some Pascal case module names
95
90
" N999" , # pep8-naming: Invalid module name
96
91
# Print are used as debug logs
You can’t perform that action at this time.
0 commit comments