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/)
|
exclude: (\.min\.(js|css)(\.map)?$|/vendor/)
|
||||||
|
ci:
|
||||||
|
skip: [mypy]
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.3.0
|
rev: v4.3.0
|
||||||
|
|
Reference in a new issue