/
githubmirror
/
adcli
Обзор
Документация
Войти
/
githubmirror
/
adcli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.9.3
tests/pyproject.toml
18 строк
306 B
shridhargadekar
Tests: initial framework and tests for adcli
03 июн 2025, 10:21
03 июн 2025, 10:21
a68ae02
Код
Авторство
О чём код?
[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