toml tidying

This commit is contained in:
2024-12-15 23:31:48 +00:00
parent e532b15c1d
commit 407e97f91c
4 changed files with 14 additions and 85 deletions
+1 -2
View File
@@ -4,10 +4,10 @@
[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"]
[project]
name = "troggle"
version = "2024.12.1"
@@ -23,7 +23,6 @@ dev = [
"piexif>=1.1.3",
"pillow>=11.0.0",
"unidecode>=1.3.8",
"black>=24.10.0",
"coverage>=7.6.9",
]