Skip to content

Commit 3b32619

Browse files
authored
Update Python version and add pre-commit dependency (#93)
* Update Python version and add pre-commit dependency * Remove Python 3.8.x from matrix * Update Python version and pre-commit configuration
1 parent 9b63427 commit 3b32619

File tree

2 files changed

+106
-1
lines changed

2 files changed

+106
-1
lines changed

poetry.lock

Lines changed: 105 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ mkdocstrings = "^0.22.0"
2828
pillow = "^10.0.0"
2929
cairosvg = "^2.7.1"
3030
mknotebooks = "^0.8.0"
31+
pre-commit = { version = "^3.6.0", python = ">=3.9,<3.12" }
3132

3233

3334
[build-system]

0 commit comments

Comments
 (0)