Dave Halter
|
b0de7e363a
|
Don't use print if not necessary
|
2020-07-26 13:16:41 +02:00 |
|
Dave Halter
|
97c10facf7
|
Remove super arguments
|
2020-07-25 23:54:21 +02:00 |
|
Dave Halter
|
dcc756a373
|
Remove object inheritance
|
2020-07-25 18:20:56 +02:00 |
|
Dave Halter
|
67904f4d24
|
Make mypy happy
|
2020-07-25 15:43:28 +02:00 |
|
Dave Halter
|
a0662b3b3b
|
flake8 changes
|
2020-07-24 16:11:06 +02:00 |
|
Dave Halter
|
7064ecf3fb
|
Don't use invalid escape sequences in regex, see https://github.com/davidhalter/jedi-vim/issues/843
|
2018-07-12 08:53:48 +02:00 |
|
Dave Halter
|
26e882d19c
|
Magic names were not validated correctly
Fixes #6.
|
2017-09-14 09:04:08 +02:00 |
|
Dave Halter
|
820e94e03a
|
Move the error node checking to a rule.
|
2017-08-19 12:43:47 +02:00 |
|
Dave Halter
|
904f293830
|
Move annassign and starexprs.
|
2017-08-18 18:15:24 +02:00 |
|
Dave Halter
|
f055ba198f
|
Move more stuff and fix tests.
|
2017-08-17 10:38:45 +02:00 |
|
Dave Halter
|
8d20f3d469
|
Finish refactoring rules.
|
2017-08-17 09:33:46 +02:00 |
|
Dave Halter
|
e37e2e1ff6
|
Swich the add_sisue signature around.
|
2017-08-16 22:44:33 +02:00 |
|
Dave Halter
|
412da07893
|
Refactor the Rule class a bit.
|
2017-08-16 18:17:51 +02:00 |
|
Dave Halter
|
8c3373a0d9
|
Rename normalizer -> errors.
|
2017-08-06 17:12:22 +02:00 |
|
Dave Halter
|
1a30afdd9e
|
Move a few imports out of functions.
|
2017-08-06 15:34:47 +02:00 |
|
Dave Halter
|
58c32591d0
|
Some preparations to get Python 2 tests working.
|
2017-07-31 12:33:47 +02:00 |
|
Dave Halter
|
9e5d6db24a
|
More small fixes regarding docstrings.
|
2017-07-21 19:56:04 +02:00 |
|
Dave Halter
|
4a86571b21
|
Add 'continue' not properly in loop
|
2017-07-19 23:52:41 +02:00 |
|
Dave Halter
|
4f7d78716a
|
Remove the strange return values from visi_leaf.
|
2017-07-19 23:40:31 +02:00 |
|
Dave Halter
|
4919eccf00
|
Add 'continue' not supported inside 'finally' clause.
|
2017-07-19 23:33:16 +02:00 |
|
Dave Halter
|
65203d197a
|
Another bom fix in the pep8 normalizer.
|
2017-07-10 23:40:30 +02:00 |
|
Dave Halter
|
b3923e65e8
|
Try to add syntax errors to pep8 normalizing.
|
2017-07-10 23:04:54 +02:00 |
|
Dave Halter
|
ee1184e7c4
|
Get rid of error leafs early.
|
2017-07-08 23:16:52 +02:00 |
|
Dave Halter
|
b8c79f0be5
|
Small refactoring.
|
2017-07-08 23:13:48 +02:00 |
|
Dave Halter
|
7198df85ba
|
Remove issue if the previous leaf is an error leaf.
|
2017-07-08 23:12:08 +02:00 |
|
Dave Halter
|
cdc2df7881
|
Small change.
|
2017-07-08 20:14:17 +02:00 |
|
Dave Halter
|
4777eeb89f
|
Move analyse_non_prefix.
|
2017-07-08 19:50:27 +02:00 |
|
Dave Halter
|
af38b3cb10
|
Some renames.
|
2017-07-08 19:39:25 +02:00 |
|
Dave Halter
|
0559beb343
|
Move some the normalizer code to the pep8 module.
|
2017-07-08 19:09:11 +02:00 |
|