build(precommit): lint typos

This commit is contained in:
Nathaniel Landau
2023-08-31 08:53:42 -04:00
parent 461a067115
commit 22e9719402
6 changed files with 58 additions and 836 deletions

View File

@@ -48,6 +48,7 @@
ruff = "^0.0.286"
sh = "^2.0.6"
types-python-dateutil = "^2.8.19.14"
typos = "^1.16.9"
vulture = "^2.9.1"
[tool.black]
@@ -269,6 +270,9 @@
[[tool.poe.tasks.lint.sequence]]
shell = "yamllint ."
[[tool.poe.tasks.lint.sequence]]
shell = "typos"
[[tool.poe.tasks.lint.sequence]]
shell = "interrogate -c pyproject.toml ."