pypsa-meets-earth/documentation

Harmonise requirements towards markdown formatting

オープン

#53 opened on 2023/05/18

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Jupyter Notebook (118 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (31 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド