/
niceSOFT
/
python3-pyOpenSSL
Обзор
Документация
Войти
/
niceSOFT
/
python3-pyOpenSSL
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
24.2.1
pyproject.toml
44 строки
818 B
Jeremy Lainé
Add more type definitions for `SSL` module, check with mypy (#1313)
07 июл 2024, 20:17
Не верифицирован
07 июл 2024, 20:17
01b9b56
Код
Авторство
О чём код?
[tool.coverage.run] branch = true source = ["OpenSSL", "tests/"] [tool.coverage.paths] source = [ "src/OpenSSL", ".tox/*/lib/python*/site-packages/OpenSSL", ".tox/pypy/site-packages/OpenSSL", ] [tool.coverage.report] exclude_also = [ "assert False", ] show_missing = true [tool.mypy] warn_unused_configs = true follow_imports = "skip" 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.pytest.ini_options] addopts = "-r s --strict-markers" testpaths = ["tests"] [tool.ruff] lint.select = ['E', 'F', 'I', 'W', 'UP', 'RUF'] line-length = 79 [tool.ruff.lint.isort] known-first-party = ["OpenSSL", "tests"]