Commit graph

339 commits

Author SHA1 Message Date
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
github-actions
0fcc8f438b 📝 Update release notes 2022-05-12 19:13:33 +00:00
Ryan Streur
d5223d6de4
✏ Fix syntax typo in docs/tutorial/package.md (#333)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:13:14 +00:00
Michael Rios
808a15f942
✏ Fix typo, duplicated word in docs/tutorial/options/required.md. (#316)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:12:34 +00:00
github-actions
dc26b21064 📝 Update release notes 2022-05-12 19:08:00 +00:00
Roald Storm
a55c9b086b
✏ Fix minor typo in index.md (#274)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:07:19 +00:00
github-actions
78a7b90c31 📝 Update release notes 2022-05-12 19:06:24 +00:00
Nicoló Lino
2fc51f2c33
✏ Fix double "and" typo in first-steps tutorial (#225)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:05:04 +00:00
github-actions
eb67474541 📝 Update release notes 2022-05-12 19:03:04 +00:00
Diego Piloni
e61aa15596
🎨 Fix format in docs explaining datetime parameter type (#220)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 19:02:22 +00:00
github-actions
c3b1c86626 📝 Update release notes 2022-05-12 17:53:48 +00:00
Sebastián Ramírez
99666926b8
👷 Fix Material for MkDocs install in CI (#395) 2022-05-12 12:53:09 -05:00
github-actions
85c0c52961 📝 Update release notes 2022-05-12 17:12:44 +00:00
Sebastián Ramírez
33887a699f
👷 Add pre-commit CI config (#394)
Co-authored-by: pre-commit <github-actions@github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-12 17:11:36 +00:00
github-actions
c58948cb1f 📝 Update release notes 2022-05-12 01:11:19 +00:00
Sebastián Ramírez
56a967ff8d
👷 Clear MkDocs Insiders cache (#393) 2022-05-12 01:10:39 +00:00
github-actions
09600794be 📝 Update release notes 2022-05-12 01:00:33 +00:00
Sebastián Ramírez
a1ee41186f
🔧 Add pre-commit config and formatting (#392) 2022-05-11 19:59:56 -05:00
github-actions
27bd56dce1 📝 Update release notes 2022-05-11 23:14:18 +00:00
Sebastián Ramírez
f426933b07
👷 Disable installing MkDocs Insiders in forks (#391) 2022-05-11 23:13:48 +00:00
github-actions
239d6dea87 📝 Update release notes 2022-04-16 08:21:38 +00:00
Sebastián Ramírez
e0acfa0192
⬆️ Upgrade Codecov GitHub Action (#383) 2022-04-16 10:20:58 +02:00