We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662c706 commit bb744b0Copy full SHA for bb744b0
setup.cfg
@@ -19,6 +19,7 @@ line_length = 88
19
[tool:pytest]
20
filterwarnings =
21
ignore:.* Use packaging.version.*:DeprecationWarning::
22
+ ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
23
addopts = --tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest
24
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
25
testpaths =
0 commit comments