Third party stubtest: Print time per distribution (#13547)

This commit is contained in:
Sebastian Rittau
2025-02-26 21:44:10 +01:00
committed by GitHub
parent 527d724bf4
commit 915a348bfa
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -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`