pypsa-meets-earth/documentation
Harmonise requirements towards markdown formatting
Ouverte
#53 ouverte le 18 mai 2023
good first issue
Métriques du dépôt
- Stars
- (31 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Currently CI fails for every PR which introduces any changes into README. The reason in that requirements of github linter used do not quite match with README formatting. In particular, there are following points to be fixed:
- line length is too big (100..250 vs 80 default);
- an exclamation mark in a header.
Possible solution:
- Include markdown linter into pre-commit
- Change linter defaults