80percent working state python

This commit is contained in:
Daveanand Mannie
2024-08-26 00:03:29 -04:00
parent 5764bd1392
commit e5dc5faaeb
6 changed files with 123 additions and 49 deletions

14
.ruff.toml Normal file
View File

@@ -0,0 +1,14 @@
[tool.ruff.lint]
select = [
# pycodestyle
"E",
# Pyflakes
"F",
# pyupgrade
"UP",
# flake8-bugbear
"B",
# flake8-simplify
"SIM",
# isort
"I",