Skip to content

Commit

Permalink
[DEPENDENCY]: Upgrade mypy version on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Sep 19, 2024
1 parent 84e7dd0 commit ef99f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jac-cloud/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
args: ["--config=jac-cloud/.flake8"]
additional_dependencies: [pep8-naming, flake8_import_order, flake8_docstrings, flake8_comprehensions, flake8_bugbear, flake8_annotations, flake8_simplify]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [types-redis, motor-types]
Expand Down
2 changes: 1 addition & 1 deletion jac/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
]
exclude: "examples|vendor|langserve/tests|pygame_mock|generated|__jac_gen__"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
exclude: "venv|__jac_gen__|tests|stubs|support|vendor|examples/reference|setup.py|generated"
Expand Down

0 comments on commit ef99f1a

Please sign in to comment.