Commit graph

410 commits

Author SHA1 Message Date
Sebastián Ramírez
163bc4592a
Add extra Material for MkDocs deps for docs (#482) 2022-11-04 22:43:16 +01:00
github-actions
a6d7d8381e 📝 Update release notes 2022-11-04 19:59:37 +00:00
Sebastián Ramírez
d69c587ce4
🔧 Update Dependabot config (#476) 2022-11-04 20:59:00 +01:00
github-actions
83bf2fc99d 📝 Update release notes 2022-07-17 08:42:24 +00:00
Sebastián Ramírez
d014dd35dc
🎨 Fix type annotations for get_group (#430) 2022-07-17 08:41:47 +00:00
github-actions
e91630dafe 📝 Update release notes 2022-07-17 08:17:02 +00:00
Sean McCarthy
aac4ce175c
✏ Update first-steps.md, clarify distinction between parameter and argument (#176)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-17 08:15:44 +00:00
github-actions
a1f3708dbb 📝 Update release notes 2022-07-17 08:15:29 +00:00
Michael Gielda
ddeebf1283
✏ Fix broken plac link (#275)
Signed-off-by: Michael Gielda <mgielda@antmicro.com>

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-17 08:13:28 +00:00
Sebastián Ramírez
fac64ca03e 🔖 Release version 0.6.1 2022-07-12 22:26:29 +02:00
github-actions
d18258981c 📝 Update release notes 2022-07-12 20:24:39 +00:00
Sebastián Ramírez
7f44e6db62
🐛 Fix setting FORCE_TERMINAL with colors 2 (#424) 2022-07-12 20:23:57 +00:00
github-actions
ef59fb245b 📝 Update release notes 2022-07-12 20:18:30 +00:00
Sebastián Ramírez
f6626c8cf4
🐛 Fix setting FORCE_TERMINAL with colors (#423) 2022-07-12 22:17:00 +02:00
Sebastián Ramírez
b0c2647a01 ✏️ Fix typo in release notes 2022-07-12 21:55:47 +02:00
Sebastián Ramírez
cabc0c1fe7 🔖 Release version 0.6.0 2022-07-12 21:53:01 +02:00
Sebastián Ramírez
0772d75b6e 📝 Update release notes 2022-07-12 21:52:20 +02:00
github-actions
a51df7e56f 📝 Update release notes 2022-07-12 19:07:37 +00:00
Sebastián Ramírez
c750f8206e
Refactor and document handling pretty exceptions (#422)
* ♻️ Rename pretty_errors_ to pretty_exceptions_ to avoid confusion with validation errors

*  Add source examples for pretty_exceptions

* 📝 Add docs for pretty exceptions

* 🔧 Add Exceptions docs to MkDocs

*  Add tests for tutorial about exceptions

*  Update trackeback tests, remove tests covered by tutorial

*  Fix test for module
2022-07-12 21:06:51 +02:00
github-actions
d4dff65080 📝 Update release notes 2022-07-12 18:39:28 +00:00
Sebastián Ramírez
33dcb53129
📝 Add docs for using Rich with Typer (#421) 2022-07-12 18:38:50 +00:00
github-actions
85bc9bcbc2 📝 Update release notes 2022-07-12 16:54:34 +00:00
Sebastián Ramírez
1ebf7d18eb
⬆️ Upgrade codecov GitHub Action (#420) 2022-07-12 18:53:56 +02:00
github-actions
e292df2c6e 📝 Update release notes 2022-07-12 16:46:28 +00:00
Sebastián Ramírez
6208b5b208
Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
github-actions
8212e73fed 📝 Update release notes 2022-07-08 15:21:08 +00:00
Sebastián Ramírez
95a5233d9e
Allow configuring pretty errors when creating the Typer instance (#416) 2022-07-08 15:20:32 +00:00
Sebastián Ramírez
850060776c 🔖 Release version 0.5.0 2022-07-06 20:51:33 +02:00
Sebastián Ramírez
44542b2089 📝 Update release notes 2022-07-06 20:50:08 +02:00
github-actions
ed8f379ebe 📝 Update release notes 2022-07-06 11:32:59 +00:00
Sebastián Ramírez
252ed30936
Add pretty error tracebacks for user errors and support for Rich (#412) 2022-07-06 13:32:19 +02:00
github-actions
04898575a9 📝 Update release notes 2022-07-04 09:21:05 +00:00
Nils K
e56521f7dd
✏ Fix typo, "ASCII codes" to "ANSI escape sequences" (#308)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-04 11:20:17 +02:00
Sebastián Ramírez
d9b17883e3 🔖 Release version 0.4.2 2022-07-02 20:02:12 +02:00
Sebastián Ramírez
aa86bcd63c 📝 Update release notes 2022-07-02 19:59:21 +02:00
github-actions
e4371ae453 📝 Update release notes 2022-07-02 17:52:14 +00:00
pre-commit-ci[bot]
ef114fe782
⬆ [pre-commit.ci] pre-commit autoupdate (#404)
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)
- [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-02 19:51:41 +02:00
github-actions
48880e4005 📝 Update release notes 2022-07-02 17:37:02 +00:00
Christophe Gabard
f4a5ee1bef
📝 Clarify testing documentation about checking stderr (#335)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-02 17:36:25 +00:00
github-actions
4d26e777ce 📝 Update release notes 2022-07-02 17:26:33 +00:00
Irvin Ho
722a4febf5
🐛 Fix type conversion for List and Tuple and their internal types (#143)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-02 19:26:03 +02:00
github-actions
b0fc0f00eb 📝 Update release notes 2022-07-02 16:37:37 +00:00
Leron Gray
778d5bdb61
🐛 Fix context_settings for a Typer app with a single command (#210)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-02 18:36:55 +02:00
github-actions
e663db02cd 📝 Update release notes 2022-05-12 19:20:12 +00:00
graue70
0fe8f472f5
✏ Fix typo in docs for CLI Option autocompletion (#288)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:17:49 +00:00
github-actions
dc609f0a65 📝 Update release notes 2022-05-12 19:17:38 +00:00
github-actions
7ddb04051a 📝 Update release notes 2022-05-12 19:16:05 +00:00
Brian Cohan
7f65b64d8b
🎨 Fix header format for "Standard Input" in docs/tutorial/printing.md (#386)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:14:59 +00:00
github-actions
fa9107ff6c 📝 Update release notes 2022-05-12 19:14:20 +00:00
Kian-Meng Ang
cf7ffa4792
✏ Fix typo in docs/tutorial/terminating.md (#382)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:13:47 +00:00