在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Julia (0 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (1 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Sometimes you want one of the checks to not run for some of your ntoebooks. E.g. you can have one notebook that has an error, but this is expected (because you are demonstrating error behaviour).

drama_list = [
  Exclude(
      DramaSomething(),
      ["thisone.jl"]
  ),
  ...
]

And the DramaContext should include notebook path DONE

贡献者指南