Skip to content

Commit

Permalink
add flags unknown-option-value and too-many-positional-arguments to b…
Browse files Browse the repository at this point in the history
…e ignored by pylint in config file
  • Loading branch information
TolisChal committed Oct 23, 2024
1 parent 6bddcc6 commit 6aa1f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ 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,
too-many-positional-arguments,


[REPORTS]
Expand Down

0 comments on commit 6aa1f0b

Please sign in to comment.