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 ea33f33 commit 42cdc5cCopy full SHA for 42cdc5c
requirements_ci.txt
@@ -4,6 +4,7 @@ coverage ~= 7.2
4
flake518 ~= 1.6
5
mypy ~= 1.5
6
pydocstyle ~= 6.3
7
-pylint ~= 3.1
+pylint ~= 3.3; python_version < '3.10'
8
+pylint ~= 4.0; python_version >= '3.10'
9
twine ~= 6.1
10
types-setuptools >= 67.4
0 commit comments