From 0d09ca0d50f3640ee9757b3dc93f68c3c032aa5d Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 2 Sep 2019 16:51:53 +0200 Subject: [PATCH] Add pylama to tools. --- pyproject.toml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 66e138ce7..63f3c96ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ sphinx = "^2.1" sphinxcontrib-django = "^0.5.0" sphinx-autodoc-typehints = "^1.7" autopep8 = "^1.4" +pylama = "^7.7" [build-system] requires = ["poetry>=0.12"] diff --git a/tox.ini b/tox.ini index 40e50988e..6dd4b7b9c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [pycodestyle] max_line_length = 100 +ignore = E501 [autopep8] jobs = 0 -- GitLab