Skip to content

Commit

Permalink
Added docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaompinto committed Aug 10, 2023
1 parent e7ac3da commit f0bd575
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
".pytest_cache": true,
".coverage": true,
"selfcookie/version.py": true,
".pdm-python": true
".pdm-python": true,
".venv": true
},
"editor.tabSize": 4,
"editor.insertSpaces": false,
Expand All @@ -20,5 +21,10 @@
"editor.insertSpaces": false
},
"editor.mouseWheelZoom": true,
"editor.minimap.enabled": false
"editor.minimap.enabled": false,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
200 changes: 198 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ lint = [
release = [
"jinja2>=3.1.2"
]
docs = [
"mkdocs>=1.5.2",
"pymdown-extensions>=10.1",
"mkdocs-material>=9.1.21",
]

[tool.black]
line-length = 120
Expand Down

0 comments on commit f0bd575

Please sign in to comment.