diff --git a/pyproject.toml b/pyproject.toml index 66e138ce71811cf812f8dd24517bed62a854778a..63f3c96aba8874c9fd55fcd0380c505cca8abf8c 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 40e50988eb6e616a5f2111d36c2c3726561b769f..6dd4b7b9c158e327bb78480b3f825b757bc56b36 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [pycodestyle] max_line_length = 100 +ignore = E501 [autopep8] jobs = 0