summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1b07fa1..a7c0881 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",
]