diff --git a/docs/changelog.md b/docs/changelog.md index 90cb31c..786b75d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1 +1 @@ ---8<-- "CHANGELOG.md" \ No newline at end of file +--8<-- "CHANGELOG.md" diff --git a/docs/contributing.md b/docs/contributing.md index e079654..ea38c9b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1 +1 @@ ---8<-- "CONTRIBUTING.md" \ No newline at end of file +--8<-- "CONTRIBUTING.md" diff --git a/docs/css/mkdocstrings.css b/docs/css/mkdocstrings.css index 54950fb..3427b49 100644 --- a/docs/css/mkdocstrings.css +++ b/docs/css/mkdocstrings.css @@ -30,4 +30,4 @@ td code { td p { margin-top: 0 !important; margin-bottom: 0 !important; -} \ No newline at end of file +} diff --git a/docs/index.md b/docs/index.md index 4ab0748..612c7a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1 @@ ---8<-- "README.md" \ No newline at end of file +--8<-- "README.md" diff --git a/docs/license.md b/docs/license.md index e34968b..cdacdfe 100644 --- a/docs/license.md +++ b/docs/license.md @@ -1,3 +1,3 @@ ``` --8<-- "LICENSE" -``` \ No newline at end of file +``` diff --git a/pyproject.toml b/pyproject.toml index 8fb0e29..dcc6d91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ prospector = "^1.5" # docs mkdocs = "^1.3.0" -MarkupSafe = "=2.0.1" # fix missing `soft_unicode` error +MarkupSafe = "=2.0.1" # fix missing `soft_unicode` error mkdocs-coverage = "^0.2.1" mkdocs-macros-plugin = "^0.5.0" mkdocs-material = "^6.2.7" diff --git a/scripts/setup.sh b/scripts/setup.sh index d7b1578..f75ea99 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -29,4 +29,4 @@ if [ -n "${PYTHON_VERSIONS}" ]; then done else poetry install -fi \ No newline at end of file +fi