Skip to content

Commit

Permalink
ci: enable mypy for neqsim wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed May 15, 2023
1 parent 8e76c8a commit 871c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: v1.2.0
hooks:
- id: mypy
files: ^(src/ecalc/libraries/libecalc)
files: ^(src/ecalc/libraries/)
exclude: tests|src/ecalc/libraries/libecalc/common/libecalc/input/yaml
args: ['--config-file=./pyproject.toml']
additional_dependencies:
Expand Down

0 comments on commit 871c038

Please sign in to comment.