From 227870a64f1eacbc13950256a05a2fab5c8c2a25 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 17:43:17 +0200 Subject: Linting and docstringing board/board.py --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 90d7851..a471c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,15 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pytest = "^7.4.4" coverage = "^7.4.0" +pylint = "^3.0.3" +autopep8 = "^2.0.4" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pylint.main] +source-roots = "./" + +[tool.pylint.basic] +docstring-min-length = 0 -- cgit v1.2.3