Thanks to visit codestin.com Credit goes to github.com
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 cd9c05f commit f66a9cbCopy full SHA for f66a9cb
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