Skip to content

Commit

Permalink
pylint: Ignore similar comments and docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed May 24, 2020
1 parent 82d454d commit 1a30656
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ extension-pkg-whitelist='mbedtls'

[tool.pylint.messages_control]
disable = "C0103, C0326, C0330"

[tool.pylint.similarities]
ignore-comments = "yes"
ignore-docstrings = "yes"

0 comments on commit 1a30656

Please sign in to comment.