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
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.
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
extends
config on Renovate: Configuration Options - Renovate Docs | Renovate DocsThe text was updated successfully, but these errors were encountered: