Add support for tomli to parse pyproject.toml#2014
Add support for tomli to parse pyproject.toml#2014mattusifer wants to merge 1 commit intojorgenschaefer:masterfrom
Conversation
|
why remove the built in toml parser? |
|
This doesn't remove support for try:
import tomli
except ImportError:
tomli = NoneCurrently the This PR isn't ready (yet). I didn't have |
|
Ah gotcha, completely misread the code. Ping whenever you want a review :) |
|
Is anything blocking this? Would love to have this as I currently have to patch my blackutil manually any time I update elpy. Btw |
PR Summary
PR checklist
Please make sure that the following things have been addressed (and check the relevant checkboxes):
For new features only: