mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
10 lines
468 B
INI
10 lines
468 B
INI
[pytest]
|
|
norecursedirs = .git .* *.egg* old docs dist build
|
|
addopts = -rw
|
|
filterwarnings =
|
|
error
|
|
# python3.4 raises this when importing setuptools
|
|
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
|
|
# python3 raises this when importing setuptools
|
|
ignore:the imp module is deprecated in favour of importlib.*:PendingDeprecationWarning
|
|
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
|