andreoliwa / nitpick

Enforce the same settings on multiple projects
https://nitpick.readthedocs.io/
MIT License
399 stars 25 forks source link

Use Jinja templating on styles #283

Open andreoliwa opened 3 years ago

andreoliwa commented 3 years ago

Problem

Enforce configuration values that depend on variables. E.g.: a string that is used in every project, only changing the project name.

Possible solution

valberg commented 8 months ago

I'm running into this "problem" right now. I have several projects which I want to add mypy configuration to, and the projects have different values for mypy_path.

One solution would of course streamline the projects to have src directories for mypy to look in. But having some way of defining variables would be very neat.