Skip to content

Commit

Permalink
ci: fix pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 13, 2023
1 parent d0f2446 commit 9136176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ disallow_incomplete_defs = true
disallow_untyped_defs = true
ignore_missing_imports = true

[tool.pylint.messages_control]
[tool.pylint."MESSAGES CONTROL"]
disable = [
# Default
"bad-inline-option",
Expand Down

0 comments on commit 9136176

Please sign in to comment.