Skip to content

Commit 9ce0350

Browse files
authored
Use a specific version of pycodestyle to resolve broken CI tests (#1366)
Fixes #1365
1 parent 7887803 commit 9ce0350

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# Install flake8 first, as both flake8 and autopep8 require pycodestyle,
2+
# but flake8 has a tighter pinning.
3+
flake8
14
autopep8
25
yapf
36
pylint
47
pep8
58
prospector
6-
flake8
79
pydocstyle
810
nose
911
pytest

0 commit comments

Comments
 (0)