Skip to content
Snippets Groups Projects
Commit 3a9b0c87 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

max-line-length set to 100

parent fb29ba73
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,10 @@ classifier =
Topic :: Software Development :: Libraries
[pycodestyle]
max-line-length = 80
max-line-length = 100
[pep8]
max-line-length = 100
[bdist_wheel]
universal = 1
......
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