Skip to content

Commit

Permalink
refactor: [#21] fix pylint linting with namescape packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Dec 10, 2021
1 parent cd6f749 commit 133b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis. It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=
ignored-modules=typer

# Show a hint with possible names when a member name was not found. The aspect
# of finding the hint is based on edit distance.
Expand Down

0 comments on commit 133b4b9

Please sign in to comment.