diff --git a/.python-lint b/.python-lint index ce0c8e7..02e16ac 100644 --- a/.python-lint +++ b/.python-lint @@ -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.