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.
1 parent 2933275 commit cf948deCopy full SHA for cf948de
environment.yml
@@ -55,7 +55,7 @@ dependencies:
55
# testing
56
- black<24
57
- coverage
58
- - flake8>=3.8
+ - flake8>=3.8,<7.2
59
- flake8-docstrings>=1.4.0
60
- gtk4
61
- 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