mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-18 14:32:19 +00:00
sorting imports code snippet
This commit is contained in:
parent
30760654b7
commit
4677ac8b2c
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"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user