Commit graph

3376 commits

Author SHA1 Message Date
dependabot[bot]
8dc1c65e34
Bump attrs from 20.3.0 to 21.2.0
Bumps [attrs](https://github.com/python-attrs/attrs) from 20.3.0 to 21.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-attrs/attrs/compare/20.3.0...21.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 06:11:05 +00:00
Nathan Page
b9ad6ba65d remove try catch for type_extensions and replace with if sys.version_info 2021-05-09 15:56:04 -07:00
Nathan Page
fdb371d1bb use better mypy method of selecting imports 2021-05-09 15:49:55 -07:00
Nathan Page
509865fff2 fix windows check 2021-05-09 15:37:07 -07:00
Nathan Page
04f835723f add last remaining tweaks 2021-05-09 15:30:23 -07:00
Nathan Page
fe87227c55 fix text get item for lines 2021-05-09 15:20:01 -07:00
Nathan Page
18b780eeb3 update isatty callable signature 2021-05-09 15:12:33 -07:00
Nathan Page
2d22aa6882 update exit to have proper typings 2021-05-09 15:11:42 -07:00
Nathan Page
037727b5a1 fix mistake in readjusting 2021-05-09 15:06:21 -07:00
Nathan Page
c1f04c05e6 use type ignore to indicate to ignore the error on windows 2021-05-09 15:05:31 -07:00
Nathan Page
05843f6f69 update timer to generator 2021-05-09 15:02:50 -07:00
Nathan Page
fb4217acb1 add in splitting of regex callable func 2021-05-09 14:58:24 -07:00
Nathan Page
d93e79f94d fix changes in upstream master 2021-05-09 14:48:57 -07:00
Nathan Page
c7662c9a6c upate to latest master branch 2021-05-09 14:47:23 -07:00
Will McGugan
117a83433a revamp message system 2021-05-09 18:27:37 +01:00
Will McGugan
f22f8e6031 event loop 2021-05-08 15:38:24 +01:00
Will McGugan
f4debb9bed
Merge pull request #1217 from willmcgugan/pretty-attrs
Pretty attrs
2021-05-08 12:16:02 +01:00
Will McGugan
869f5ba962 example text 2021-05-08 12:08:02 +01:00
Will McGugan
ac283976c0 paranoia 2021-05-07 17:59:20 +01:00
Will McGugan
774e0a8f8b attrs exa,ple 2021-05-07 17:52:33 +01:00
Will McGugan
fb0cbe9320 don't call repr on errors 2021-05-07 17:52:01 +01:00
Will McGugan
87425e3f9a tidy 2021-05-07 17:49:08 +01:00
Will McGugan
f0b16ba2c2 allow repr to be a callable 2021-05-07 17:47:03 +01:00
Will McGugan
75d6658f8d use repr as callable 2021-05-07 17:32:23 +01:00
Will McGugan
6add461b17 clean 2021-05-07 16:06:39 +01:00
Will McGugan
6bd5b815b8 import test fix 2021-05-07 15:59:22 +01:00
Will McGugan
1b0e4c6fe9 skip test on py36 2021-05-07 14:57:33 +01:00
Will McGugan
f8d84b1d57 black 2021-05-07 14:52:55 +01:00
Will McGugan
e550f8dc4f poetry update 2021-05-07 14:51:25 +01:00
Will McGugan
6a54d922ad fix toml 2021-05-07 14:49:06 +01:00
Will McGugan
da4737a999 typing and black 2021-05-07 14:47:38 +01:00
Will McGugan
1f0491ed17 tests for pretty attrs 2021-05-07 14:43:30 +01:00
Will McGugan
7d94219705 fix for field variable 2021-05-07 11:41:25 +01:00
Will McGugan
bdf2f3bc6a docstring 2021-05-07 11:36:52 +01:00
Will McGugan
caafa9c600 add attrs support 2021-05-07 11:01:12 +01:00
Will McGugan
aab0e1ff5b
Merge pull request #1215 from willmcgugan/syntax-nl
Syntax nl
2021-05-06 15:18:15 +01:00
Will McGugan
f4bc51e0df Merge branch 'syntax-nl' of github.com:willmcgugan/rich into syntax-nl 2021-05-06 15:13:48 +01:00
Will McGugan
3c08809b9e test fixes 2021-05-06 15:13:40 +01:00
Will McGugan
e130ad5804
Merge branch 'master' into syntax-nl 2021-05-06 15:04:26 +01:00
Will McGugan
73d20c1394
Merge pull request #1205 from willmcgugan/measure
add Console.measure
2021-05-06 15:03:11 +01:00
Will McGugan
640b894de9 version bump 2021-05-06 15:02:03 +01:00
Will McGugan
a25d286acc fix line endings in syntax 2021-05-06 14:49:54 +01:00
Will McGugan
a0e58d9d19 actions 2021-05-06 12:10:12 +01:00
Will McGugan
9a9aab7143 Merge branch 'master' into tui 2021-05-04 13:49:00 +01:00
Will McGugan
9ba32d8ab2
Merge pull request #1210 from willmcgugan/dependabot/pip/pygments-2.9.0
Bump pygments from 2.8.1 to 2.9.0
2021-05-04 13:48:22 +01:00
Will McGugan
08aded95db
Merge pull request #1206 from willmcgugan/dependabot/pip/typing-extensions-3.10.0.0
Bump typing-extensions from 3.7.4.3 to 3.10.0.0
2021-05-04 13:48:04 +01:00
Will McGugan
d2bc47e05e
Merge pull request #1190 from oleksis/master
Update README.es.md and readmechanged.yml
2021-05-04 13:47:46 +01:00
Will McGugan
1a42283050 fix typing issue in spinner 2021-05-04 13:00:50 +01:00
Will McGugan
7a9e4b7d0d event experiements 2021-05-04 12:59:21 +01:00
Will McGugan
92e41c2229
Merge pull request #1138 from SandmanDP/master
Status spinners should not reset animations on update
2021-05-04 12:58:49 +01:00