]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Switch `toml` TOML library for `tomli` (#2301)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Mon, 12 Jul 2021 20:01:38 +0000 (16:01 -0400)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 20:01:38 +0000 (16:01 -0400)
commit2946d3b03d499475ed2276e590516df46d01d01a
tree502a09d9bdb019ec7edd0460856a681f6ac62284
parentc64fb8cbb121f33f3897b403adffef0ed4314fdc
Switch `toml` TOML library for `tomli` (#2301)

toml unfortunately has a lack of maintainership issue right now. It's
evident by the fact toml only supports TOML v0.5.0. TOML v1.0.0 has
been recently released and right now Black crashes hard on its usage.

tomli is a brand new parse only TOML library. It supports TOML
v1.0.0. Although TBH we're switching to this one mostly because
pip is doing the same.

*The upper bound was included at the library maintainer's request.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
CHANGES.md
Pipfile
Pipfile.lock
setup.py
src/black/files.py
tests/test.toml