1
0
Fork 0

Adding upstream version 1.5.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:24:23 +01:00
parent 6680c388d6
commit 9c6ca6ec33
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 38 additions and 78 deletions

View file

@ -1,6 +1,5 @@
[tox]
envlist = py27,py35,py36,pypy,pre-commit
tox_pip_extensions_ext_venv_update = true
[testenv]
deps = -rrequirements-dev.txt
@ -15,8 +14,5 @@ skip_install = true
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
[flake8]
max-line-length = 119
[pep8]
ignore = E265,E501,W504