Commit graph

3376 commits

Author SHA1 Message Date
Will McGugan
9fefcc7830 test fixes 2020-08-25 17:17:46 +01:00
Will McGugan
f0ab3f4fff docs version bump 2020-08-25 17:09:56 +01:00
Will McGugan
b3b7ddf70f
Merge pull request #250 from JettChenT/patch-2
Add "projects using Rich" to Chinese documentation
2020-08-25 14:38:50 +01:00
Will McGugan
9fcb6f387b
Merge pull request #251 from JettChenT/patch-3
Remove typo in README.md
2020-08-25 13:37:06 +01:00
Will McGugan
97aa70c0a4 tests and docs 2020-08-25 10:32:58 +01:00
Will McGugan
bd1a091320 soft wrap 2020-08-24 18:37:36 +01:00
Will McGugan
aee5e12ab8 tests 2020-08-24 17:26:30 +01:00
Jett Chen
7ca6e0693b
Remove typo in README.md 2020-08-24 21:09:52 +08:00
Jett Chen
10078ce35a
Add projects using Rich to Chinese documentation 2020-08-24 21:05:56 +08:00
dependabot[bot]
3ca45ab145
Bump typing-extensions from 3.7.4.2 to 3.7.4.3
Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.2 to 3.7.4.3.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/compare/3.7.4.2...3.7.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 06:03:01 +00:00
Will McGugan
6842868f67 tokens 2020-08-23 14:45:54 +01:00
Will McGugan
ef27c0378d Merge branch 'master' into better-pretty-print 2020-08-22 15:13:40 +01:00
Will McGugan
1fcc0b8921
Merge pull request #246 from hedythedev/master
Better black checks
2020-08-21 10:39:04 +01:00
Hedy Li
d763639a20 update black link in pr template 2020-08-21 09:23:54 +00:00
Hedy Li
8d53efb4c8
Update make command in black check 2020-08-21 17:22:34 +08:00
Hedy Li
1fb7f67ffb temporarily change this back 2020-08-21 09:21:42 +00:00
Hedy Li
1617c28281 rename make, update workflow and contributing 2020-08-21 09:20:36 +00:00
Hedy Li
9e96a40aeb check tests/ in make format 2020-08-20 12:55:49 +00:00
Hedy Li
12e0bef454 format with black 2020-08-20 12:54:39 +00:00
Will McGugan
7e4a2db4af
Merge pull request #238 from willmcgugan/fix-display-hook
fix underscore missing in repl
2020-08-20 10:17:47 +01:00
Will McGugan
485a843969 type errors 2020-08-19 10:49:08 +01:00
Will McGugan
774b5e2115 fix underscore missing in repl 2020-08-19 10:41:20 +01:00
Will McGugan
86155e7e06 wip pretty print 2020-08-19 10:31:11 +01:00
dependabot[bot]
1f8a526c7c
Bump pytest-cov from 2.10.0 to 2.10.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.10.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 05:52:24 +00:00
Will McGugan
a47bf8b66e
Merge pull request #232 from hedythedev/patch-1
Add myself to CONTRIBUTORS.md
2020-08-16 12:45:23 +01:00
Hedy Li
c6f566851e
Docs: Add myself To contributors 2020-08-16 19:20:35 +08:00
Will McGugan
2e316a93c7 doc fix 2020-08-15 15:17:18 +01:00
Will McGugan
063c653faa merge 2020-08-14 17:16:56 +01:00
Will McGugan
2c96616735 version bump 2020-08-14 17:15:58 +01:00
Will McGugan
9938e53892
Merge pull request #229 from willmcgugan/crop
Crop
2020-08-14 17:14:48 +01:00
Will McGugan
5dd17f3899 improve coverage 2020-08-14 17:10:41 +01:00
Will McGugan
b4c68e44cd Merge branch 'master' into crop 2020-08-14 16:58:26 +01:00
Will McGugan
4c1eba892c
Merge pull request #207 from hedythedev/rule-mult-chars
feat: multiple characters for rule.py
2020-08-14 09:57:12 +01:00
Hedy Li
4391f61b31 add deprecation warning 2020-08-14 03:22:44 +00:00
Will McGugan
0eb7958196 words 2020-08-13 15:39:16 +01:00
Will McGugan
5aa19e7568
Merge pull request #230 from browniebroke/patch-1
Remove unused import in Table example
2020-08-13 15:38:35 +01:00
Bruno Alla
7d4b2baa40
Remove unused import in Table example
The table example in the README has an unused import.
2020-08-13 12:43:12 +01:00
Will McGugan
eadc162feb ignore overflow in columns example 2020-08-12 21:34:24 +01:00
Will McGugan
8e94315c3b fix test 2020-08-12 21:25:18 +01:00
Will McGugan
8b1f0e7e0a simplify pretty 2020-08-12 21:21:10 +01:00
Will McGugan
542ade896a docs 2020-08-12 21:16:40 +01:00
Will McGugan
ce82bb67bb overflow ignore 2020-08-12 21:13:39 +01:00
Will McGugan
79dba900da container width 2020-08-12 19:12:20 +01:00
Will McGugan
1c270a46e8 added crop option 2020-08-12 19:00:51 +01:00
Will McGugan
48828e317c
traceback link 2020-08-12 10:42:50 +01:00
Will McGugan
5134041ddb
bragging 2020-08-12 10:35:54 +01:00
Will McGugan
78a03923f0 Merge branch 'master' of github.com:willmcgugan/rich 2020-08-12 10:00:25 +01:00
Will McGugan
b8cd13e4eb projects using rich 2020-08-12 10:00:13 +01:00
Will McGugan
15158340ae
Merge pull request #225 from willmcgugan/dependabot/pip/sphinx-3.2.0
Bump sphinx from 3.1.2 to 3.2.0
2020-08-11 18:03:19 +01:00
Will McGugan
0207192c41
Merge pull request #228 from pim-hoeven/tests/test_traceback.py
Tests on traceback to 100% coverage
2020-08-11 14:08:41 +01:00