Skip to content

Commit 10a353b

Browse files
CI: Pinning flake8-rst, last version raises incorrect errors (#24756)
1 parent f160c7d commit 10a353b

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)