Skip to content

Commit

Permalink
add comment explaining mypy pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rababerladuseladim committed Nov 30, 2023
1 parent ae501f7 commit 578c3e3
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 @@ -26,7 +26,7 @@ repos:
name: poetry
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
hooks:
hooks: # configure according to mypy maintainer: https://github.com/python/mypy/issues/13916
- id: mypy
name: mypy
files: ^mex/
Expand Down

0 comments on commit 578c3e3

Please sign in to comment.