80percent working state python
This commit is contained in:
14
.ruff.toml
Normal file
14
.ruff.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
# pycodestyle
|
||||
"E",
|
||||
# Pyflakes
|
||||
"F",
|
||||
# pyupgrade
|
||||
"UP",
|
||||
# flake8-bugbear
|
||||
"B",
|
||||
# flake8-simplify
|
||||
"SIM",
|
||||
# isort
|
||||
"I",
|
||||
Reference in New Issue
Block a user