Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit daa0064

Browse files
committed
[minor] Downgrade pylama
After last Pylama release, we have new linter warnings to be fixed in a later version.
1 parent b53f94b commit daa0064

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# For developers, the packages below are required.
2-
tox ~= 2.7
2+
tox ~= 2.7.0
33

44
# For running doctests (during "python setup.py test")
55
Sphinx == 1.5.6
66
sphinx_bootstrap_theme == 0.4.14
77

88
# Linters
9-
pydocstyle ~= 1.1
10-
pylama ~= 7.3
11-
pylama_pylint ~= 3.0
12-
radon ~= 1.5
9+
pydocstyle ~= 1.1.1
10+
pylama ~= 7.3.3
11+
pylama_pylint ~= 3.0.1
12+
radon ~= 1.5.0
1313

1414
# Code coverage
15-
coverage >= 4.1
15+
coverage >= 4.4.1

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ commands=
1616

1717
deps=
1818
-rrequirements-dev.txt
19+
-rrequirements-docs.txt

0 commit comments

Comments
 (0)