Task #6721
closedA new 'linting' section should be added to the plugin_template
0%
Description
This section should contain the configuration for flake8 and if possible black. That way we can keep those configurations consistent and updated in all repositories that opt in to comply to the same linting rules.
This may also be important for files that are not related to linting. All files that are meant to be updated with plugin-template should not be in the "bootstrap" section. And the on the other hand for example the doc stubs that are meant to be filled by the plugin writer should move to the "boostrap" section while the docs-building machinery should be an updateable section.
Updated by mdellweg over 2 years ago
- Quarter deleted (
Q1-2021)
The idea is to move some files related to linting from the "bootstrap" section into a "linting" section. So it is easier to keep plugins that comply to the same linting rules on track.
Updated by daviddavis over 2 years ago
- Status changed from NEW to CLOSED - DUPLICATE