Skip to content

Commit

Permalink
Changelog markdown suffix added (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
befelix authored Jan 4, 2025
1 parent ffeafbf commit a4551c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.. include:: ../CHANGELOG
.. include:: ../CHANGELOG.md
:parser: myst_parser.sphinx_
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ filterwarnings = [
]

[tool.mypy]
plugins = ['pydantic.mypy']
ignore_missing_imports = true
warn_unused_configs = true
allow_redefinition = true
Expand Down

0 comments on commit a4551c5

Please sign in to comment.