diff options
-rw-r--r-- | dev.toml | 1 | ||||
-rw-r--r-- | server.toml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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"] diff --git a/server.toml b/server.toml index 661079c..2063bff 100644 --- a/server.toml +++ b/server.toml @@ -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"] |