diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:55:07 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:55:07 +0000 |
commit | 4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b (patch) | |
tree | 3ebf42504b8b728f48d11a9910b2a5d656ff2276 /dev.toml | |
parent | 30760654b7a3d7a394028fdf357d6f257def1fd5 (diff) | |
download | troggle-4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b.tar.gz troggle-4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b.tar.bz2 troggle-4677ac8b2cfbd2f3a2b93d970f1609f37c27ef4b.zip |
sorting imports code snippet
Diffstat (limited to 'dev.toml')
-rw-r--r-- | dev.toml | 1 |
1 files changed, 1 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"] |