Install pre-commit and default blacken format hook

This commit is contained in:
2023-08-22 16:53:38 -04:00
parent 995a7f42c1
commit d282cd3676
3 changed files with 182 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ boggler = "boggler.__main__:main"
pytest = "^7.3.1"
pylint = "^2.17.4"
mypy = "^1.3.0"
pre-commit = "^3.3.3"
[build-system]
requires = ["poetry-core"]