We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5cbcd commit 4c03406Copy full SHA for 4c03406
1 file changed
pyproject.toml
@@ -36,7 +36,7 @@ target-version = "py38"
36
37
[tool.ruff.lint]
38
# Rules are explained here: https://docs.astral.sh/ruff/rules
39
-select = ["E4", "E7", "E9", "F", "C", "N", "ANN", "A", "SIM", "PL"]
+select = ["E4", "E7", "E9", "F", "C", "N", "ANN", "A", "SIM", "PL", "ANN"]
40
41
[project.scripts]
42
tailwindcss-extra = "pytailwindcss_extra.__main__:main"
0 commit comments