Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 6, 2024
1 parent d4e1439 commit bc462d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ docs = [
"plantuml-markdown>=3.9.1, <4.0.0",
"mkdocstrings[python]~=0.22",
"mkdocs-jupyter~=0.24",
"mkdocs-same-dir~=0.1",
]

[project.urls]
Expand All @@ -69,11 +70,11 @@ Changelog = "https://github.com/panda-official/DriftPythonClient/blob/develop/CH

[tool.pylint]
max-line-length = 88
load-plugins="pylint_protobuf"
load-plugins = "pylint_protobuf"
good-names = "dt"

[tool.setuptools]
package-dir = {"" = "pkg"}
package-dir = { "" = "pkg" }

[tool.setuptools.packages.find]
where = ["pkg"]

0 comments on commit bc462d5

Please sign in to comment.