We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a62e4 commit 03eea97Copy full SHA for 03eea97
1 file changed
pyproject.toml
@@ -38,4 +38,9 @@ max-branches = 15
38
[tool.pylint.similarities]
39
# Ignore duplicate code warnings (common in multi-distro implementations)
40
min-similarity-lines = 10
41
-ignore-imports = true
+ignore-imports = true
42
+
43
+[dependency-groups]
44
+dev = [
45
+ "pylint>=4.0.4",
46
+]
0 commit comments