diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:02 +0000 |
commit | b11507eda86bd49d4801df6c6f2b5700f15087d7 (patch) | |
tree | a387ba9ae22d2409e2eada620488a37f0bc36d2b /tox.ini | |
parent | Adding upstream version 1.5.5. (diff) | |
download | identify-b11507eda86bd49d4801df6c6f2b5700f15087d7.tar.xz identify-b11507eda86bd49d4801df6c6f2b5700f15087d7.zip |
Adding upstream version 1.5.7.upstream/1.5.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |