Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 9, 2022
1 parent 4295bca commit 77ba934
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--8<-- "CHANGELOG.md"
--8<-- "CHANGELOG.md"
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--8<-- "CONTRIBUTING.md"
--8<-- "CONTRIBUTING.md"
2 changes: 1 addition & 1 deletion docs/css/mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ td code {
td p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--8<-- "README.md"
--8<-- "README.md"
2 changes: 1 addition & 1 deletion docs/license.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```
--8<-- "LICENSE"
```
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if [ -n "${PYTHON_VERSIONS}" ]; then
done
else
poetry install
fi
fi

0 comments on commit 77ba934

Please sign in to comment.