fixes typo

This commit is contained in:
Michael Beck 2025-04-16 15:44:55 +02:00
parent 5d8a2bd7c4
commit 1f0fb5e990

View File

@ -26,7 +26,7 @@ dev = [
"black>=24.2.0,<25", "black>=24.2.0,<25",
"isort>=5.13.1,<6", "isort>=5.13.1,<6",
"mypy>=1.8.0,<2", "mypy>=1.8.0,<2",
"djlint>1.36.4,<2", "djlint>=1.36.4,<2",
] ]
[tool.setuptools.package-data] [tool.setuptools.package-data]