We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b809a commit 9abe163Copy full SHA for 9abe163
pyproject.toml
@@ -40,7 +40,7 @@ content-type = "text/markdown; charset=UTF-8"
40
41
[project.optional-dependencies]
42
testing = [
43
- "pylint",
+ "pylint==4.0.3",
44
"flake8-docstrings",
45
"flake8",
46
"black",
test-requirements.txt
@@ -2,7 +2,8 @@
2
# Waiting for: https://github.com/pypa/pip/issues/11440
3
# Workaround: use a pre-commit hook with https://github.com/scikit-image/scikit-image/blob/main/tools/generate_requirements.py
4
5
-pylint
+# pylint 4.0.4 is way stricter - a patch update!
6
+pylint==4.0.3
7
flake8-docstrings
8
flake8
9
black
0 commit comments