We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2230a0e commit 479ed1eCopy full SHA for 479ed1e
environment.yml
@@ -53,7 +53,7 @@ dependencies:
53
# testing
54
- black<24
55
- coverage
56
- - flake8>=3.8
+ - flake8>=3.8,<7.2
57
- flake8-docstrings>=1.4.0
58
- gtk4
59
- ipykernel
requirements/testing/flake8.txt
@@ -1,6 +1,6 @@
1
# Extra pip requirements for the GitHub Actions flake8 build
2
3
-flake8>=3.8
+flake8>=3.8,<7.2
4
# versions less than 5.1.0 raise on some interp'd docstrings
5
pydocstyle>=5.1.0
6
# 1.4.0 adds docstring-convention=all
0 commit comments