mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Third party stubtest: Print time per distribution (#13547)
This commit is contained in:
@@ -112,6 +112,8 @@ ignore = [
|
||||
###
|
||||
# We're not a library, no need to document everything
|
||||
"D1", # Missing docstring in ...
|
||||
# Sometimes, an extra blank line is more readable
|
||||
"D202", # No blank lines allowed after function docstring
|
||||
# Doesn't support split "summary line"
|
||||
"D205", # 1 blank line required between summary line and description
|
||||
# Used for direct, non-subclass type comparison, for example: `type(val) is str`
|
||||
|
||||
Reference in New Issue
Block a user