You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
Some strange edge case probably, but pipenv kicks out strings like "flake8" = "==3.6.0" every so often which triggers it. Doesn't even seem like the GitHub formatter gets it right (some red highlighting on the keyb line for me...)
# nothing to see herekey = "value""keya" = "value"# same quote types"keyb" = "=value"'keyc' = '=value'# differing quote types for key/value'keyd' = "=value""keye" = '=value'
Some strange edge case probably, but pipenv kicks out strings like
"flake8" = "==3.6.0"
every so often which triggers it. Doesn't even seem like the GitHub formatter gets it right (some red highlighting on thekeyb
line for me...)Better TOML: 0.3.2
VSCode: 1.29.1
OS: Ubuntu 16.04
The text was updated successfully, but these errors were encountered: