pypsa-meets-earth/documentation

Harmonise requirements towards markdown formatting

開放

#53 建立於 2023年5月18日

 (1 則留言) (0 個反應) (0 位負責人)Jupyter Notebook (118 個分叉)auto 404
good first issue

倉庫指標

星標
 (31 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南