We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9043bd0 commit dd387e6Copy full SHA for dd387e6
setup.cfg
@@ -19,6 +19,8 @@ line_length = 88
19
[tool:pytest]
20
filterwarnings =
21
ignore:distutils Version classes are deprecated. Use packaging.version instead.
22
+ ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
23
+
24
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
25
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
26
testpaths =
0 commit comments