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

Delegate merging of style files to another Python package #469

Open
andreoliwa opened this issue Mar 19, 2022 · 0 comments
Open

Delegate merging of style files to another Python package #469

andreoliwa opened this issue Mar 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@andreoliwa
Copy link
Owner

andreoliwa commented Mar 19, 2022

Problem

Style files are TOML files that can include other TOML files.

Merged style files are something that Nitpick shouldn't even handle.
This should be separated into another package, but back then I didn't find any Python package that could do the job (I didn't search much, to be honest).

I'd like to get rid of the "merging config files" and delegate it to some other package, if possible.
Maybe even accept formats other than TOML.

This might even fix these related issues: #464, #417

The current style handling is suboptimal, validation is lacking and there are a few loose ends.
Nitpick should only focus on checking/autofixing files which is already a huge task.

Possible solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant