Skip to content
Snippets Groups Projects
Verified Commit 388a9607 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add sudo to whitelist commands, ignore D104

parent c98ae041
No related branches found
No related tags found
No related merge requests found
Pipeline #1929 passed with warnings
......@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist = py37,py38
[testenv]
whitelist_externals = poetry
whitelist_externals = poetry, sudo
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
......@@ -47,7 +47,7 @@ commands =
[flake8]
max_line_length = 100
exclude = migrations,tests
ignore = E203,E231,W503,D100,D101,D102,D103,D105,D106,D107
ignore = E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107
[isort]
line_length = 100
......
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