2 exclude = build,venv,.tox,.git,.pytest_cache
3 ignore = E402,E501,E731,E741,W503
6 devscripts/lazy_load_template.py: F401
10 ignore-init-module-imports = true
11 ignore-pass-after-docstring = true
12 remove-all-unused-imports = true
13 remove-duplicate-keys = true
14 remove-unused-variables = true
18 addopts = -ra -v --strict-markers
25 envlist = py{38,39,310,311,312},pypy{38,39,310}
26 skip_missing_interpreters = true
31 commands = pytest {posargs:"-m not download"}
32 passenv = HOME # For test_compat_expanduser
34 # PYTHONWARNINGS = error # Catches PIP's warnings too
39 multi_line_output = VERTICAL_HANGING_INDENT
41 reverse_relative = true
42 ensure_newline_before_comments = true
43 include_trailing_comma = true