Skip mypy for pre-commit ci
This commit is contained in:
parent
1fa6598bdc
commit
287f6e2032
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
exclude: (\.min\.(js|css)(\.map)?$|/vendor/)
|
||||
ci:
|
||||
skip: [mypy]
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
|
|
Reference in a new issue