Skip to content

Commit

Permalink
Update dev deps.
Browse files Browse the repository at this point in the history
* pyproject.toml : Update pytest and sphinx (requires 3.10)
* poetry.lock : Automatic update using `poetry lock`.
* .pre-commit-config.yaml : Sync with `poetry.lock`.
  • Loading branch information
real-yfprojects committed Jan 1, 2025
1 parent 8126f4b commit e58db92
Show file tree
Hide file tree
Showing 3 changed files with 697 additions and 1,103 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repos:

# Static type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: e5ea6670624c24f8321f6328ef3176dbba76db46 # frozen: v1.10.0
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
hooks:
- id: mypy
exclude: ^(tests|docs)
Expand Down
Loading

0 comments on commit e58db92

Please sign in to comment.