We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d734c commit 19cb707Copy full SHA for 19cb707
.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