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

Support newer TOML syntax #755

Closed
sognetic opened this issue Apr 22, 2022 · 0 comments · Fixed by #771
Closed

Support newer TOML syntax #755

sognetic opened this issue Apr 22, 2022 · 0 comments · Fixed by #771

Comments

@sognetic
Copy link

With the recent adoption of tomli as PEP680 tomllib, the toml package (which supports only TOML v0.5.0) used to verify syntactic correctness of toml files should be seen as deprecated. In #608 a switch to tomli was rejected, however given that the situation for toml has not improved since then, the pre-commit-hooks should switch as well. Alternatively the project could switch to rtoml which also supports newer versions of the TOML standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant