mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
commit
49b15bf1e2
1 changed files with 4 additions and 1 deletions
5
tox.ini
5
tox.ini
|
|
@ -20,4 +20,7 @@ commands =
|
|||
[testenv:pep8]
|
||||
deps = flake8
|
||||
# E128 continuation line under-indented for visual indent
|
||||
commands = flake8 --ignore="E128" cryptography/ tests/ docs/
|
||||
commands = flake8 --ignore="E128" .
|
||||
|
||||
[flake8]
|
||||
exclude = .tox,*.egg
|
||||
|
|
|
|||
Loading…
Reference in a new issue