We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4e487 commit 6c8f984Copy full SHA for 6c8f984
pyproject.toml
@@ -40,7 +40,7 @@ content-type = "text/markdown; charset=UTF-8"
40
41
[project.optional-dependencies]
42
testing = [
43
- "pylint==4.0.3",
+ "pylint==4.0.4",
44
"flake8-docstrings",
45
"flake8",
46
"black",
test-requirements.txt
@@ -2,7 +2,7 @@
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 has a tendendy for stricter rules in a patch update!
+# pin pylint version: it has a tendendy for stricter rules in patch updates!
6
pylint==4.0.4
7
flake8-docstrings
8
flake8
0 commit comments