8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd9c05f + f66a9cb commit f372e6dCopy full SHA for f372e6d
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