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 6e2ee09 commit bda8b57Copy full SHA for bda8b57
setup.cfg
@@ -8,7 +8,7 @@ extend-ignore = E203,W503
8
[tool:pytest]
9
filterwarnings =
10
ignore:distutils Version classes are deprecated. Use packaging.version instead.
11
-addopts = --reruns=0 --tb=short --no-header --showlocals
+addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
12
13
[isort]
14
profile = black
0 commit comments