2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-12-18 06:22:18 +00:00

sorting imports code snippet

This commit is contained in:
Philip Sargent 2024-12-15 18:55:07 +00:00
parent 30760654b7
commit 4677ac8b2c
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
[tool.ruff]
# https://docs.astral.sh/ruff/configuration/
# we do not use black or isort, we use ruff instead
# to sort imports, ruff check --select I --fix
line-length=120
lint.ignore = ["E402", "F541"]

View File

@ -4,6 +4,7 @@
[tool.ruff]
# https://docs.astral.sh/ruff/configuration/
# we do not use black or isort, we use ruff instead
# to sort imports, ruff check --select I --fix
line-length=120
lint.ignore = ["E402", "F541"]