add ruff config
This commit is contained in:
parent
f5ea1e9d92
commit
a617d64882
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[tool.ruff]
|
||||
|
||||
ignore = [
|
||||
"E501",
|
||||
"E731"
|
||||
]
|
||||
|
||||
exclude = ["extensions"]
|
Loading…
Reference in New Issue
Block a user