Skip to content

Commit 19cb707

Browse files
authored
chore: relax markdown linting (#42)
Closes #40
1 parent d7d734c commit 19cb707

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- pyml disable-next-line first-line-heading -->
21
## What I'm changing
32

43
- <!-- a list of changes, including any issues this might close or reference -->

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ ignore_missing_imports = true
7272
[tool.pymarkdown]
7373
plugins.md013.enabled = false # @gadomski likes to do one-line-per-sentence in markdown
7474
plugins.md024.enabled = false # duplicate headers in changelog
75+
plugins.md041.enabled = false # github templates don't start with an h1
7576

7677
[tool.coverage.report]
7778
show_missing = true

0 commit comments

Comments
 (0)