From 8a7147441acf3c6e1320ce89dcabac17248bd463 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 18 Nov 2022 13:18:07 +0000 Subject: chore: Add linting configuration --- pyproject.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5b4b998..7308ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poker" -version = "0.2.1" +version = "0.2.2" description = "Single poker hand ranking service." authors = ["Paul Harrison"] readme = "README.md" @@ -12,6 +12,18 @@ pydantic = "^1.10.2" [tool.poetry.group.test.dependencies] pytest = "^7.2.0" + +[tool.poetry.group.lint.dependencies] +black = "^22.10.0" +isort = "^5.10.1" +flake8 = "^5.0.4" +flake8-builtins = "^2.0.1" +flake8-blind-except = "^0.2.1" +flake8-eradicate = "^1.4.0" +flake8-use-fstring = "^1.4" +mypy = "^0.991" +pydocstyle = "^6.1.1" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -- cgit v1.2.3