Skip to content

Commit

Permalink
should be 0.910
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Apr 19, 2024
1 parent 7378dcf commit ed9ac30
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v0.910
hooks:
- id: mypy
exclude: .+/snapshots/.+
Expand Down
83 changes: 37 additions & 46 deletions automation-api/poetry.lock

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

2 changes: 1 addition & 1 deletion automation-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{ include = "lib" }]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
pandas = "^2.0.3"
mypy = "^0.991"
mypy = "^0.910"
unidecode = "^1.3.6"
polars = "^0.19.12"

Expand Down

0 comments on commit ed9ac30

Please sign in to comment.