pypsa-meets-earth/documentation

Harmonise requirements towards markdown formatting

Aberta

#53 aberto em 18 de mai. de 2023

 (1 comentário) (0 reação) (0 responsável)Jupyter Notebook (118 forks)auto 404
good first issue

Métricas do repositório

Stars
 (31 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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:

  1. Include markdown linter into pre-commit
  2. Change linter defaults

Guia do colaborador