feat(development): add pylit settings

ref: #570
This commit is contained in:
2025-02-14 23:19:38 +09:30
parent 6f94c95221
commit db07262623
2 changed files with 6 additions and 0 deletions

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[tool.pylint.main]
disable = [
"all"
]