We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6fbe5 commit f86d07cCopy full SHA for f86d07c
2 files changed
repo_helper.yml
@@ -78,3 +78,6 @@ third_party_version_matrix:
78
click:
79
- 7
80
- 8
81
+
82
+tox_unmanaged:
83
+ - flake8
tox.ini
@@ -145,6 +145,7 @@ rst-directives =
145
TODO
146
envvar
147
extras-require
148
+ autosummary-widths
149
per-file-ignores =
150
tests/*: D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000 SLOT000 SLOT001 SLOT002
151
*/*.pyi: E301 E302 E305 D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000 SLOT000 SLOT001 SLOT002
0 commit comments