Skip to content
Snippets Groups Projects
Verified Commit 52c28161 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add mypy and radon linters.

parent c44ef4da
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ sphinxcontrib-django = "^0.5.0"
sphinx-autodoc-typehints = "^1.7"
autopep8 = "^1.4"
pylama = "^7.7"
radon = "^3.0"
mypy = "^0.720.0"
[build-system]
requires = ["poetry>=0.12"]
......
[pylama]
linters = pycodestyle,pydocstyle,pyflakes,radon,mypy
[pycodestyle]
max_line_length = 100
ignore = E501
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment