mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
9 lines
387 B
INI
9 lines
387 B
INI
[pytest]
|
|
norecursedirs = .git .* *.egg* old docs dist build
|
|
addopts = -rw
|
|
filterwarnings =
|
|
error
|
|
# python2.x `configparser` warns about native string but it works fine
|
|
ignore:You passed a bytestring as `filenames`.*:DeprecationWarning
|
|
# python3.4 raises this when importing setuptools
|
|
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
|