francia18.3.4 / pyproject.toml
Abhay438's picture
Upload 11 files
8efa5f7 verified
raw
history blame contribute delete
170 Bytes
[tool.ruff]
indent-width = 4
line-length = 100
[tool.ruff.lint]
ignore = [
"E722",
"E731",
"E741",
"F405",
"E402",
"F403",
]
select = ["ISC001"]