Skip to content

Commit 1b05500

Browse files
authored
Update pymdown-extensions to fix linting failures. (#199)
1 parent 63b99ea commit 1b05500

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ maintainers = [
2525
dependencies = [
2626
"click==8.2.1", # DO NOT UPGRADE - 8.3.0 breaks MkDocs live serve
2727
"deepl==1.28.0",
28-
"griffe @ git+https://github.com/mkdocstrings/griffe@1fde0d2317c9098055ab313c8a0a992032194830", # Bullets in docstrings fix
2928
"markdown-checker==0.2.5",
3029
"mistletoe==1.5.1",
3130
"mkdocs-autorefs==1.4.4",
@@ -35,7 +34,7 @@ dependencies = [
3534
"mkdocs-rss-plugin==1.17.9",
3635
"mkdocs==1.6.1",
3736
"mkdocstrings-python==2.0.3",
38-
"pymdown-extensions==10.21",
37+
"pymdown-extensions==10.21.2",
3938
"pyspelling==2.12.1",
4039
"python-Levenshtein==0.27.3",
4140
"PyYAML==6.0.3",
@@ -97,7 +96,7 @@ filterwarnings = [
9796
[tool.rumdl]
9897
flavor = "mkdocs"
9998
include = ["**/*.md"]
100-
exclude = ["docs/en/SUMMARY.md", "comment.md"]
99+
exclude = ["docs/en/SUMMARY.md", "comment.md", "CODE_OF_CONDUCT.md"]
101100
respect-gitignore = true
102101

103102
# Disable rules:

0 commit comments

Comments
 (0)