Skip to content

Commit 484b793

Browse files
committed
Add pylint as dev dependency
1 parent 03eea97 commit 484b793

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = []
1010
disable = [
1111
"duplicate-code",
1212
"missing-module-docstring",
13-
"missing-class-docstring",
13+
"missing-class-docstring",
1414
"missing-function-docstring",
1515
"too-few-public-methods",
1616
"invalid-name",
@@ -36,7 +36,6 @@ max-locals = 20
3636
max-branches = 15
3737

3838
[tool.pylint.similarities]
39-
# Ignore duplicate code warnings (common in multi-distro implementations)
4039
min-similarity-lines = 10
4140
ignore-imports = true
4241

0 commit comments

Comments
 (0)