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

Migrate to tomli #138

Merged
merged 1 commit into from Sep 6, 2022
Merged

Migrate to tomli #138

merged 1 commit into from Sep 6, 2022

Conversation

fsouza
Copy link
Collaborator

@fsouza fsouza commented Sep 6, 2022

Closes #137.

@fsouza fsouza merged commit 67ee42e into main Sep 6, 2022
@fsouza fsouza deleted the migrate-to-tomli branch September 6, 2022 15:42
yajo added a commit to moduon/nixpkgs that referenced this pull request Apr 21, 2023
As you can see in PyCQA/autoflake#138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions.

@moduon MT-2798
yajo added a commit to moduon/nixpkgs that referenced this pull request Apr 24, 2023
As you can see in PyCQA/autoflake#138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions.

@moduon MT-2798
yajo added a commit to moduon/nixpkgs that referenced this pull request Apr 24, 2023
As you can see in PyCQA/autoflake#138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions.

@moduon MT-2798
yajo added a commit to moduon/nixpkgs that referenced this pull request Apr 24, 2023
As you can see in PyCQA/autoflake#138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions.

@moduon MT-2798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Depend on tomli rather than toml
1 participant