Skip to content

Commit

Permalink
Investigate lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Aug 7, 2024
1 parent 7fbb423 commit afb2fa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ repos:
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
# Upgrade to v1.11.1 not possible as it doesn't seem compatible with pydantic<2 plugin.
# Similar issue with previous v.1.11.X versions: https://github.com/pydantic/pydantic/issues/10000
# We need to revert the changes from the pre-commit autoupdate for now.
rev: v1.10.1
hooks:
- id: mypy
files: ^vizro-core/src/
Expand Down

0 comments on commit afb2fa5

Please sign in to comment.