We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6328160 + 321dc5d commit 400dbc8Copy full SHA for 400dbc8
.github/pull_request_template.md
@@ -1,4 +1,3 @@
1
-<!-- pyml disable-next-line first-line-heading -->
2
## What I'm changing
3
4
- <!-- a list of changes, including any issues this might close or reference -->
pyproject.toml
@@ -72,6 +72,7 @@ ignore_missing_imports = true
72
[tool.pymarkdown]
73
plugins.md013.enabled = false # @gadomski likes to do one-line-per-sentence in markdown
74
plugins.md024.enabled = false # duplicate headers in changelog
75
+plugins.md041.enabled = false # github templates don't start with an h1
76
77
[tool.coverage.report]
78
show_missing = true
0 commit comments