Skip to content

Commit

Permalink
Merge pull request #569 from sanders41/mypy
Browse files Browse the repository at this point in the history
Bump mypy and add faster-cache extra
  • Loading branch information
sanders41 authored Oct 23, 2024
2 parents 220b5b3 + ba1425a commit fea01e5
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 fea01e5

Please sign in to comment.