Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 9, 2023
1 parent ecbe248 commit ad1446d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodes/text2speech/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ disable = [
[tool.pylint.'DESIGN']
max-args=7
[tool.pylint.'SIMILARITIES']
min-similarity-lines=6
min-similarity-lines=10
ignore-comments=true

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit ad1446d

Please sign in to comment.