Skip to content

Commit

Permalink
Ignore changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Dec 3, 2024
1 parent fca1eeb commit 5c116e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repos:
exclude: "devcontainer.json" # Contains comments.
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: "new_fragment.md.j2" # Incompatible whitespace with mdformat in changelog snippet.

- repo: local
hooks:
Expand Down Expand Up @@ -95,7 +94,7 @@ repos:
--wrap=no,
--align-semantic-breaks-in-lists,
]
exclude: ^vizro-core/docs/pages/API-reference|^vizro-ai/docs/pages/API-reference|vizro-core/docs/pages/user-guides/custom-components.md
exclude: ^vizro-core/docs/pages/API-reference|^vizro-ai/docs/pages/API-reference|vizro-core/docs/pages/user-guides/custom-components.md|^vizro-core/changelog.d|^vizro-ai/changelog.d
additional_dependencies:
- mdformat-mkdocs[recommended]==3.1.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ Uncomment the section that is right (remove the HTML comment wrapper).
- A bullet item for the Security category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->

3 changes: 1 addition & 2 deletions vizro-core/changelog.d/new_fragment.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ Uncomment the section that is right (remove the HTML comment wrapper).
- A bullet item for the {{ cat }} category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->

{% endfor -%}
{% endfor -%}

0 comments on commit 5c116e5

Please sign in to comment.