Commit graph

3376 commits

Author SHA1 Message Date
Will McGugan
04f425e921 newline fix 2020-07-26 18:20:45 +01:00
Will McGugan
cefafdc12e
Merge pull request #177 from willmcgugan/track-optimize
track optimization
2020-07-26 15:29:50 +01:00
Will McGugan
88caea3885 fixes 2020-07-26 15:19:56 +01:00
Will McGugan
2e1eae5982 tweak 2020-07-26 12:22:09 +01:00
Will McGugan
e3f5080226 type fix 2020-07-26 12:17:21 +01:00
Will McGugan
59eee8930b track optimization 2020-07-26 12:14:44 +01:00
Will McGugan
847a38ecd4
Merge pull request #174 from willmcgugan/dependabot/pip/poetry-1.0.10
Bump poetry from 1.0.5 to 1.0.10
2020-07-23 22:05:05 +01:00
dependabot[bot]
4e68196367
Bump poetry from 1.0.5 to 1.0.10
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.0.5 to 1.0.10.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.0.5...1.0.10)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 21:03:39 +00:00
Will McGugan
ffb72fa752
Merge pull request #173 from willmcgugan/dependabot/pip/mypy-0.782
Bump mypy from 0.781 to 0.782
2020-07-23 22:02:41 +01:00
Will McGugan
7012f3d3aa doc fix 2020-07-23 17:51:00 +01:00
dependabot[bot]
bb6749182a
Bump mypy from 0.781 to 0.782
Bumps [mypy](https://github.com/python/mypy) from 0.781 to 0.782.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.781...v0.782)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 16:22:33 +00:00
Will McGugan
2a73d3dccf
Create dependabot.yml 2020-07-23 17:22:02 +01:00
Will McGugan
e7849495bb
Merge pull request #172 from willmcgugan/prompt-default
prompt fix and text.stylize refactor
2020-07-23 17:02:05 +01:00
Will McGugan
6ece06d960 prompt test 2020-07-23 16:59:48 +01:00
Will McGugan
70d43d7c92 prompt fix 2020-07-23 16:49:07 +01:00
Will McGugan
077acd5bea
Merge pull request #169 from hedythedev/patch-1
Fix spellings in Prompt.ask
2020-07-23 10:14:36 +01:00
Hedy Li
7c5549a7e6
Fix spelling in Prompt.ask 2020-07-23 08:50:33 +08:00
Will McGugan
9a4fbf83c5 fix test 2020-07-22 18:05:45 +01:00
Will McGugan
0db0cbd005 doc fix 2020-07-22 17:17:20 +01:00
Will McGugan
4c19d10a9c
Merge pull request #167 from willmcgugan/prompt
Adds rich.prompt
2020-07-22 17:16:36 +01:00
Will McGugan
57f6215596 adde Text.styled 2020-07-22 17:11:06 +01:00
Will McGugan
5cd6e0dfb5 tests 2020-07-22 16:45:56 +01:00
Will McGugan
f7cd87f4ef prompt docs 2020-07-22 16:18:35 +01:00
Will McGugan
73de62b9fc prompt update 2020-07-20 18:52:01 +01:00
Will McGugan
a5a40b6300 version bump 2020-07-19 17:49:45 +01:00
Will McGugan
62235e6118 working prompt 2020-07-19 17:47:34 +01:00
Will McGugan
b43e48c105 prompt implementation 2020-07-19 14:26:22 +01:00
Will McGugan
f0c29052c2 readme 2020-07-16 18:35:16 +01:00
Will McGugan
45333bbca5 tabulate test 2020-07-16 18:32:50 +01:00
Will McGugan
0c810d564c tests 2020-07-16 18:24:18 +01:00
Will McGugan
1d4cf489d8 theme test 2020-07-16 18:12:35 +01:00
Will McGugan
124210403c init 2020-07-16 17:49:12 +01:00
Will McGugan
bc6048c825 invokation 2020-07-16 17:40:32 +01:00
Will McGugan
589bae9636 test fix 2020-07-16 17:24:16 +01:00
Will McGugan
607397e75d coverage update 2020-07-16 17:15:29 +01:00
Will McGugan
683770fb89 simplify 2020-07-16 17:08:40 +01:00
Will McGugan
93cd936b58 coverage 2020-07-16 16:58:03 +01:00
Will McGugan
0845382bf5 secret 2020-07-16 16:53:41 +01:00
Will McGugan
abcf82755d coverage 2020-07-16 16:48:02 +01:00
Will McGugan
d9c88e0aab fix coverage 2020-07-16 16:28:59 +01:00
Will McGugan
f56b74c506 code coverage 2020-07-16 16:25:39 +01:00
Will McGugan
7576ccb414 1.0.10 2020-07-16 16:23:08 +01:00
Will McGugan
1fdb02b996 try master 2020-07-16 16:19:07 +01:00
Will McGugan
c9eedcdc13 docs 2020-07-16 16:12:47 +01:00
Will McGugan
c508c5094d
Merge pull request #161 from ewels/patch-1
Logging docs - fix 'extras' typo
2020-07-16 10:47:30 +01:00
Phil Ewels
7dc3bb29b2
Logging docs - fix 'extras' typo
The logging argument is `extra` without the extra `s`.

See https://docs.python.org/3.8/library/logging.html#logging.Logger.debug
2020-07-16 10:04:31 +02:00
Will McGugan
6b1daad6e4 new log.png 2020-07-15 13:30:45 +01:00
Will McGugan
d19ce43f68 doc 2020-07-15 11:51:44 +01:00
Will McGugan
b83baecea4 black formatted 2020-07-15 11:42:11 +01:00
Will McGugan
7df0374f42
Merge pull request #160 from hedythedev/master
add test for rstrip_end() in Text class
2020-07-15 11:40:39 +01:00