resume / pyproject.toml
Médéric Hurier (Fmind)
refactoring
13a7d69
raw
history blame
150 Bytes
[tool.mypy]
python_version = "3.12"
ignore_missing_imports = true
[tool.ruff]
fix = true
indent-width = 4
line-length = 100
target-version = "py312"