/
niceSOFT
/
python3-pyOpenSSL
Обзор
Документация
Войти
/
niceSOFT
/
python3-pyOpenSSL
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
25.1.0
pyproject.toml
50 строк
1 KB
Alex Gaynor
Burn down another 100 mypy errors in test_ssl.py (#1403)
08 янв 2025, 16:39
Не верифицирован
08 янв 2025, 16:39
317c7fa
Код
Авторство
О чём код?
[tool.coverage.run] branch = true relative_files = true source = ["OpenSSL", "tests/"] [tool.coverage.paths] source = [ "src/OpenSSL", "*.tox/*/lib/python*/site-packages/OpenSSL", "*.tox/*/lib/pypy*/site-packages/OpenSSL", "*.tox/pypy/site-packages/OpenSSL", "*.tox\\*\\Lib\\site-packages\\OpenSSL", ] [tool.coverage.report] exclude_also = ["assert False"] show_missing = true [tool.mypy] warn_unused_configs = true strict = true [[tool.mypy.overrides]] module = "OpenSSL.*" warn_return_any = false [[tool.mypy.overrides]] module = "cryptography.*" ignore_missing_imports = true [[tool.mypy.overrides]] module = "cffi.*" ignore_missing_imports = true [[tool.mypy.overrides]] module = ["pretend"] ignore_missing_imports = true [tool.pytest.ini_options] addopts = "-r s --strict-markers" testpaths = ["tests"] [tool.ruff] lint.select = ['E', 'F', 'I', 'W', 'UP', 'RUF'] line-length = 79 # Remove if/when we move setup.py python-requires metadata to pyproject.toml target-version = "py37" [tool.ruff.lint.isort] known-first-party = ["OpenSSL", "tests"]