Skip to content
Snippets Groups Projects
Verified Commit b1fc7d95 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Maximum line length increased to 100.

parent 987fdc73
No related branches found
No related tags found
1 merge request!28TEST: Test for server issue 217: faulty list property XML.
Pipeline #19948 failed
...@@ -47,7 +47,7 @@ help: ...@@ -47,7 +47,7 @@ help:
# Run the tests through autopep8. # Run the tests through autopep8.
autopep8: autopep8:
autopep8 -ri tests autopep8 -ri .
# Meta target to call the other targets. # Meta target to call the other targets.
all: autopep8 test all: autopep8 test
[tox] [tox]
envlist=py36, py37, py38, py39 envlist=py36, py37, py38, py39
skip_missing_interpreters = true skip_missing_interpreters = true
[pycodestyle]
max_line_length = 100
[testenv] [testenv]
setenv = PASSWORD_STORE_DIR = {env:HOME}/.password-store setenv = PASSWORD_STORE_DIR = {env:HOME}/.password-store
passenv = PYCAOSDBINI passenv = PYCAOSDBINI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment