We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479f821 commit c57d162Copy full SHA for c57d162
environment.yml
@@ -19,6 +19,7 @@ dependencies:
19
- hypothesis>=3.82
20
- isort
21
- moto
22
+ - pycodestyle=2.4
23
- pytest>=4.0.2
24
- pytest-mock
25
- sphinx
requirements-dev.txt
@@ -10,6 +10,7 @@ gitpython
10
hypothesis>=3.82
11
isort
12
moto
13
+pycodestyle==2.4
14
pytest>=4.0.2
15
pytest-mock
16
sphinx
0 commit comments