Skip to content

Commit

Permalink
Add mypy ignore-without-code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Mar 18, 2022
1 parent 45220c7 commit 1637ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ files = "pydocstringformatter,tests"
exclude = "tests/data.*"
strict = true
show_error_codes = true
enable_error_code = "ignore-without-code"

[tool.pylint.MASTER]
load-plugins=[
Expand Down

0 comments on commit 1637ebf

Please sign in to comment.