Skip to content

Commit

Permalink
linting: Add pylint configuration to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed May 23, 2020
1 parent 5041dda commit 9174f16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 79

[tool.pylint.master]
extension-pkg-whitelist='mbedtls'

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

0 comments on commit 9174f16

Please sign in to comment.