Skip to content

Commit

Permalink
Bump mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Sep 4, 2024
1 parent 4059f7d commit 3cef907
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repos:
- '88'
files: (README\.md)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
files: src|tests
Expand Down
12 changes: 6 additions & 6 deletions pixi.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ tests-with-cov = "pytest tests --cov-report=xml --cov=./"
explanation-notebooks = "jupyter execute explanations/*.ipynb"

[tool.pixi.feature.mypy.dependencies]
mypy = ">=1.11.1"
mypy = ">=1.11.2"
pandas-stubs = "*"
matplotlib = "*" # required because of pandas

Expand Down

0 comments on commit 3cef907

Please sign in to comment.