/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tests/system/pyproject.toml
18 строк
306 B
Dan Lavu
tests: rewritten downstream tests for upstream
04 апр 2024, 12:07
04 апр 2024, 12:07
b168021
Код
Авторство
О чём код?
[tool.mypy] exclude = "docs" [[tool.mypy.overrides]] module = "jc.*" ignore_missing_imports = true [[tool.mypy.overrides]] module = "ldap.*" ignore_missing_imports = true [tool.isort] line_length = 119 profile = "black" add_imports = "from __future__ import annotations" [tool.black] line-length = 119