Skip to content

Commit 62605e1

Browse files
datapythonistaPingviinituutti
authored andcommitted
CI: Pinning flake8-rst, last version raises incorrect errors (pandas-dev#24756)
1 parent 947314e commit 62605e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- cython>=0.28.2
1515
- flake8
1616
- flake8-comprehensions
17-
- flake8-rst>=0.6.0
17+
- flake8-rst>=0.6.0,<=0.7.0
1818
- gitpython
1919
- hypothesis>=3.82
2020
- isort

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asv
55
cython>=0.28.2
66
flake8
77
flake8-comprehensions
8-
flake8-rst>=0.6.0
8+
flake8-rst>=0.6.0,<=0.7.0
99
gitpython
1010
hypothesis>=3.82
1111
isort

0 commit comments

Comments
 (0)