resume / pyproject.toml
Médéric Hurier (Fmind)
updated application
03cbf3b
raw
history blame
150 Bytes
[tool.mypy]
python_version = "3.11"
ignore_missing_imports = true
[tool.ruff]
fix = true
indent-width = 4
line-length = 100
target-version = "py311"