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

Add pylama to tools.

parent 4d6da4fe
Branches 381-introduce-cleave-js-for-formatted-input-fields
Tags 2.8.2.dev2
No related merge requests found
...@@ -53,6 +53,7 @@ sphinx = "^2.1" ...@@ -53,6 +53,7 @@ sphinx = "^2.1"
sphinxcontrib-django = "^0.5.0" sphinxcontrib-django = "^0.5.0"
sphinx-autodoc-typehints = "^1.7" sphinx-autodoc-typehints = "^1.7"
autopep8 = "^1.4" autopep8 = "^1.4"
pylama = "^7.7"
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry>=0.12"]
......
[pycodestyle] [pycodestyle]
max_line_length = 100 max_line_length = 100
ignore = E501
[autopep8] [autopep8]
jobs = 0 jobs = 0
......
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