Skip to content

Commit

Permalink
add unknown-option-value as an error message to be ignored by pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
TolisChal committed Oct 23, 2024
1 parent c72f84c commit 29a679f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ disable=fixme, # disabled as TODOs would show up as warnings
no-else-return, # relax "elif" after a clause with a return
docstring-first-line-empty, # relax docstring style
import-outside-toplevel,
unknown-option-value,


[REPORTS]
Expand Down

0 comments on commit 29a679f

Please sign in to comment.