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

贡献者指南