Skip to content

Commit

Permalink
Bump mypy and add faster-cache extra
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Oct 23, 2024
1 parent 220b5b3 commit ba1425a
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: debug-statements
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
files: camel_converter/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pydantic = ["pydantic>=2.0.0"]

[tool.uv]
dev-dependencies = [
"mypy==1.11.2",
"mypy[faster-cache]==1.13.0",
"pre-commit==3.5.0",
"pytest==8.3.2",
"pytest-cov==5.0.0",
Expand Down
Loading

0 comments on commit ba1425a

Please sign in to comment.