Skip to content

Commit 479ed1e

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR matplotlib#29834: TST: pin flake8
1 parent 2230a0e commit 479ed1e

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
@@ -53,7 +53,7 @@ dependencies:
5353
# testing
5454
- black<24
5555
- coverage
56-
- flake8>=3.8
56+
- flake8>=3.8,<7.2
5757
- flake8-docstrings>=1.4.0
5858
- gtk4
5959
- ipykernel

requirements/testing/flake8.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extra pip requirements for the GitHub Actions flake8 build
22

3-
flake8>=3.8
3+
flake8>=3.8,<7.2
44
# versions less than 5.1.0 raise on some interp'd docstrings
55
pydocstyle>=5.1.0
66
# 1.4.0 adds docstring-convention=all

0 commit comments

Comments
 (0)