Skip to content

Commit e349750

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
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

+1-1
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)