Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #150

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
exclude: ^.*\.ttl$

- repo: https://github.com/ambv/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args:
Expand Down
11 changes: 6 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ plugins:
- "!__all__$"
- "!__config__$"
members: null
# inherited_members: false
inherited_members: false
docstring_style: google
# docstring_options:
# replace_admonitions: true
watch:
- turtle_canon
docstring_options:
replace_admonitions: true
- awesome-pages

watch:
- turtle_canon
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mkdocs~=1.5
mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.2
mkdocs-minify-plugin~=0.7.1
mkdocstrings[python]~=0.22.0
mkdocstrings[python]~=0.23.0