]> jfr.im git - yt-dlp.git/blame - setup.cfg
[ie/mlbtv] Fix extraction (#10296)
[yt-dlp.git] / setup.cfg
CommitLineData
dc9a441b 1[flake8]
8a82af35 2exclude = build,venv,.tox,.git,.pytest_cache
19a03940 3ignore = E402,E501,E731,E741,W503
8a82af35 4max_line_length = 120
c487cf00 5per_file_ignores =
8a82af35 6 devscripts/lazy_load_template.py: F401
7
c487cf00 8
2fa669f7 9[autoflake]
10ignore-init-module-imports = true
11ignore-pass-after-docstring = true
12remove-all-unused-imports = true
13remove-duplicate-keys = true
14remove-unused-variables = true
15
16
c487cf00 17[tox:tox]
18skipsdist = true
f4b95aca 19envlist = py{38,39,310,311,312},pypy{38,39,310}
c487cf00 20skip_missing_interpreters = true
21
22[testenv] # tox
23deps =
edfc7725 24 pytest
c487cf00 25commands = pytest {posargs:"-m not download"}
26passenv = HOME # For test_compat_expanduser
27setenv =
28 # PYTHONWARNINGS = error # Catches PIP's warnings too
29
8a82af35 30
c487cf00 31[isort]
f4b95aca 32py_version = 38
c487cf00 33multi_line_output = VERTICAL_HANGING_INDENT
34line_length = 80
35reverse_relative = true
36ensure_newline_before_comments = true
37include_trailing_comma = true
54007a45 38known_first_party =
39 test