Commit graph

16 commits

Author SHA1 Message Date
Noortheen Raja
78091a22f3 style: isort imports
fix #4584
2022-01-31 11:16:51 -05:00
Noorhteen Raja NJ
c2d25ac251
pre-commit hook for pyupgrade (#4583)
* chore: add pyupgrade

* refactor: upgrade code to py3.7+

ran `pre-commit run pyupgrade -a` while excluding changes to ply

* fix: flake errors
2021-12-06 14:42:26 -05:00
Anthony Scopatz
634a8ec9f2 black tests 2018-08-30 09:18:49 -05:00
Gil Forsyth
615ca4fecf remove duplicate tests and fix flake issues
lots of copypasta doublespaces after `==` and one of the tests was
written in triplicate
2016-10-18 16:09:35 -04:00
Konstantinos Tsakiltzidis
d4def76232 'lexer' 2016-06-22 23:12:11 +03:00
Konstantinos Tsakiltzidis
6d68b3a3e4 'inspectors/lazyjson' 2016-06-22 23:04:25 +03:00
Anthony Scopatz
ab9ef2bd47 some major fixes 2016-06-16 00:24:35 -04:00
Kurtis Rader
e88c863d10 Add a uniform character encoding to all files.
I wouldn't normally do something like this but issue #487 brought to
my attention the fact that too many of the python modules don't have
an encoding comment and of those that do there is a lot of pointless
inconsistency in the style of the comment.
2015-11-16 14:10:40 -08:00
Anthony Scopatz
ad8a685287 fix for empty containers in lazyjson 2015-08-05 19:43:30 -05:00
Klaus Alexander Seistrup
ee65f492f2 Removed trailing whitespace 2015-07-29 23:58:25 +02:00
Anthony Scopatz
ca1fbb3f87 more docs 2015-05-03 20:09:26 -05:00
Anthony Scopatz
7b06c6e034 some tests and a bug fix 2015-05-03 19:57:57 -05:00
Anthony Scopatz
b5943b15ac can load index 2015-05-03 18:25:13 -05:00
Anthony Scopatz
44334bb947 start of file loader 2015-05-03 17:57:21 -05:00
Anthony Scopatz
8a761a1f5d more tests 2015-05-03 16:05:11 -05:00
Anthony Scopatz
221e587ac7 can test 2015-05-03 15:53:26 -05:00