6 exclude = build,venv,.tox,.git,.pytest_cache
7 ignore = E402,E501,E731,E741,W503
10 devscripts/lazy_load_template.py: F401
14 ignore-init-module-imports = true
15 ignore-pass-after-docstring = true
16 remove-all-unused-imports = true
17 remove-duplicate-keys = true
18 remove-unused-variables = true
22 addopts = -ra -v --strict-markers
29 envlist = py{36,37,38,39,310,311},pypy{36,37,38,39}
30 skip_missing_interpreters = true
35 commands = pytest {posargs:"-m not download"}
36 passenv = HOME # For test_compat_expanduser
38 # PYTHONWARNINGS = error # Catches PIP's warnings too
43 multi_line_output = VERTICAL_HANGING_INDENT
45 reverse_relative = true
46 ensure_newline_before_comments = true
47 include_trailing_comma = true