summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-12-15 23:31:48 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-12-15 23:31:48 +0000
commit407e97f91cecaa5b6475eda2396316944a1074e8 (patch)
tree14f06a7e3c8d82bd99f19cc313119accaa0c2026 /pyproject.toml
parente532b15c1d48947c6934995ed470e81293949de8 (diff)
downloadtroggle-407e97f91cecaa5b6475eda2396316944a1074e8.tar.gz
troggle-407e97f91cecaa5b6475eda2396316944a1074e8.tar.bz2
troggle-407e97f91cecaa5b6475eda2396316944a1074e8.zip
toml tidying
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",
]