Create groove

This commit is contained in:
Roy SALIBA 2024-05-29 22:46:16 +02:00 committed by GitHub
parent 7050ed204b
commit 33ac32f44c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
groove Normal file
View File

@ -0,0 +1,14 @@
[tool.ruff]
indent-width = 4
line-length = 100
[tool.ruff.lint]
ignore = [
"E722",
"E731",
"E741",
"F405",
"E402",
"F403",
]
select = ["ISC001"]