Commit Graph

7 Commits

Author SHA1 Message Date
Henry Mai 0177b03700
Black formatting (#3035)
* fix: minor black formatting

* style: update CONTRIBUTORS.md

* fix: more black formatting

Default black with no arguments provided

---------

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2023-11-07 17:57:21 +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
Will McGugan c1cc657749 typing fixes 2021-04-24 15:59:13 +01:00
Michał Górny 43590b7f1e Use typing-extensions on py<3.8
typing-extensions backport typing features from Python 3.8.  Use
built-in typing module in Python 3.8 and newer.
2021-04-24 12:51:16 +02:00
Will McGugan 1b1f2d0631 new layout class 2021-02-12 21:59:35 +00:00
Will McGugan bf93e45dbc rules 2020-12-03 17:17:24 +00:00
Nathan Page 5553e6b12e adjust rendering technique to custom live_render 2020-11-01 02:26:52 -05:00