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