Skip to content

Commit

Permalink
Add mypy dependency in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicsteinbach committed Oct 8, 2024
1 parent b89c316 commit 15135ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ repos:
types: [python]
require_serial: true
files: "^(src/)"
additional_dependencies: ["mypy==1.8.0"]

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.4.3
Expand Down

0 comments on commit 15135ed

Please sign in to comment.