Skip to content

Commit 82edd4b

Browse files
authored
Fix versions of linters (#146)
Builds for PRs are failing with linter checks unrelated to the PR itself, when also upgrade of package happens. This is not convenient for anyone wanting to fix something.
1 parent 6a4eb3b commit 82edd4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pytest>=4.6.0
33
responses>=0.8.1
44
setuptools>=38.2.4
55
setuptools-scm>=1.15.6
6-
pylint
7-
pytest-cov
8-
codecov
9-
flake8
6+
pylint==2.6.2
7+
pytest-cov==2.11.1
8+
codecov==2.1.11
9+
flake8==3.8.4
1010
sphinx

0 commit comments

Comments
 (0)