Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch toml TOML library for tomli #2301

Merged
merged 1 commit into from Jul 12, 2021
Merged

Switch toml TOML library for tomli #2301

merged 1 commit into from Jul 12, 2021

Commits on Jul 12, 2021

  1. Switch toml TOML library for tomli

    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>
    3 people committed Jul 12, 2021
    Copy the full SHA
    7e1acb7 View commit details
    Browse the repository at this point in the history