We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eea97 commit 484b793Copy full SHA for 484b793
pyproject.toml
@@ -10,7 +10,7 @@ dependencies = []
10
disable = [
11
"duplicate-code",
12
"missing-module-docstring",
13
- "missing-class-docstring",
+ "missing-class-docstring",
14
"missing-function-docstring",
15
"too-few-public-methods",
16
"invalid-name",
@@ -36,7 +36,6 @@ max-locals = 20
36
max-branches = 15
37
38
[tool.pylint.similarities]
39
-# Ignore duplicate code warnings (common in multi-distro implementations)
40
min-similarity-lines = 10
41
ignore-imports = true
42
0 commit comments