This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
typer
Watch
1
Star
0
Fork
You've already forked typer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0b8c31d028
typer
/
mypy.ini
7 lines
96 B
INI
Raw
Normal View
History
Unescape
Escape
:wrench: Add main config files
2019-12-24 13:34:00 +01:00
[mypy]
ignore_missing_imports
=
True
:sparkles: Re-implement completion, fixes, add PowerShell support (#66) * :sparkles: Re-implement completion * :white_check_mark: Add tests for re-implemented completion * :art: Move mypy config to file * :see_no_evil: Update .gitignore * :heavy_plus_sign: Remove click-completion, add support for autodetection with shellingham * :white_check_mark: Fix test for PowerShell * :bug: Fix PowerShell permissions/test * :art: Format test * :checkered_flag: Fix PowerShell script for Windows and PowerShell 5 * :memo: Update docs, internal implementation of completion
2020-03-16 13:21:58 +01:00
:sparkles: Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) * :sparkles: Implement custom handling for callbacks with types * :sparkles: Implement type-based handling for completion functions * :sparkles: Add examples for custom completion * :memo: Add docs for custom autocompletion * :white_check_mark: Add tests for autocompletion * :sparkles: Document using the context * :white_check_mark: Add tests for using the context * :white_check_mark: Add tests init for context * :wrench: Update Mypy config * :white_check_mark: Add extra tests for completion * :pencil2: Fix format, typos, and minor texts * :sparkles: Update docs for printing, include stdout, stderr, and stdin * :pencil2: Add references to FastAPI, fix typos * :pencil2: Fix typo in Typer CLI * :memo: Update docs for version * :memo: Update docs for callbacks * :memo: Update references to stdout/stderr in autocompletion * :memo: Add docs for password in CLI option * :memo: Add docs and tests for Testing * :memo: Add new sections to docs * :art: Fix formatting
2020-03-18 21:17:47 +01:00
[mypy-typer.*]
disallow_untyped_defs
=
True
✨ Add support for mypy --strict (#147) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-08-16 16:39:14 +02:00
strict
=
True
Reference in a new issue
Copy permalink