Update ruff config
This commit is contained in:
parent
d81c33d1da
commit
8b33eaa947
@ -1,6 +1,13 @@
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
target-version = "py38"
|
||||||
line-length = 100
|
line-length = 100
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = ["I"] # Enable the isort rules
|
select = [
|
||||||
extend-select = ["E501"] # explicitly adding the rules
|
"E", # Error
|
||||||
|
"W", # Warning
|
||||||
|
"F", # pyflakes
|
||||||
|
"I", # isort
|
||||||
|
]
|
||||||
|
fixable = ["ALL"]
|
||||||
|
extend-select = ["E501"] # Line too long
|
Loading…
x
Reference in New Issue
Block a user