Skip to content

Commit 4c03406

Browse files
committed
ci: lint function type anotations
1 parent 6c5cbcd commit 4c03406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ target-version = "py38"
3636

3737
[tool.ruff.lint]
3838
# Rules are explained here: https://docs.astral.sh/ruff/rules
39-
select = ["E4", "E7", "E9", "F", "C", "N", "ANN", "A", "SIM", "PL"]
39+
select = ["E4", "E7", "E9", "F", "C", "N", "ANN", "A", "SIM", "PL", "ANN"]
4040

4141
[project.scripts]
4242
tailwindcss-extra = "pytailwindcss_extra.__main__:main"

0 commit comments

Comments
 (0)