diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 102c113..ab37940 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,2 +1 @@ .. mdinclude:: ../../CHANGELOG.md - \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7874ca4..a115c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,4 +84,4 @@ line_length = 99 profile = "black" [tool.darglint] -enable = "DAR104" \ No newline at end of file +enable = "DAR104" diff --git a/tox.ini b/tox.ini index 06a0855..044f8b6 100644 --- a/tox.ini +++ b/tox.ini @@ -54,4 +54,4 @@ ignore = D203, D213, W503 docstring_style = sphinx [darglint] -enable = DAR104 \ No newline at end of file +enable = DAR104