mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 21:27:13 +00:00
sorting imports code snippet
This commit is contained in:
1
dev.toml
1
dev.toml
@@ -4,6 +4,7 @@
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
# https://docs.astral.sh/ruff/configuration/
|
# https://docs.astral.sh/ruff/configuration/
|
||||||
# we do not use black or isort, we use ruff instead
|
# we do not use black or isort, we use ruff instead
|
||||||
|
# to sort imports, ruff check --select I --fix
|
||||||
line-length=120
|
line-length=120
|
||||||
lint.ignore = ["E402", "F541"]
|
lint.ignore = ["E402", "F541"]
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
# https://docs.astral.sh/ruff/configuration/
|
# https://docs.astral.sh/ruff/configuration/
|
||||||
# we do not use black or isort, we use ruff instead
|
# we do not use black or isort, we use ruff instead
|
||||||
|
# to sort imports, ruff check --select I --fix
|
||||||
line-length=120
|
line-length=120
|
||||||
lint.ignore = ["E402", "F541"]
|
lint.ignore = ["E402", "F541"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user