Skip to content

Commit

Permalink
Merge pull request #78 from Snawoot/fix_linter
Browse files Browse the repository at this point in the history
update linter config
  • Loading branch information
Snawoot authored Dec 14, 2021
2 parents ddc38c6 + 833256b commit 049865e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ disable=print-statement,
import-error,
broad-except,
no-else-return,
invalid-str-returned
invalid-str-returned,
use-dict-literal,
use-list-literal,
consider-using-f-string

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 049865e

Please sign in to comment.