From b12c97653c2ee004292b0fdfd770a2c59451854b Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 21:01:55 +0200 Subject: Linting rest of the files and adding pylint to GHA. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a471c2b..b270154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,14 +13,14 @@ python = "^3.10" 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 = "./" +recursive = true +source-roots = ["./"] [tool.pylint.basic] docstring-min-length = 0 -- cgit v1.2.3