Skip to content

Commit

Permalink
update pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ging committed Nov 9, 2024
1 parent 92bd6d2 commit 4d14bd9
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 @@ -75,7 +75,7 @@ disable = [
'disallowed-name', 'redefined-outer-name', 'use-implicit-booleaness-not-comparison-to-zero',
'eval-used', 'unknown-option-value', 'arguments-differ', 'subprocess-run-check',
'use-implicit-booleaness-not-comparison-to-string', 'use-dict-literal',
'useless-suppression', 'too-many-positional-arguments',
'useless-suppression', 'too-many-positional-arguments', 'use-symbolic-message-instead',
]

[tool.pylint.format]
Expand Down

0 comments on commit 4d14bd9

Please sign in to comment.