Skip mypy for pre-commit ci

This commit is contained in:
Gabriel Augendre 2022-09-28 00:02:03 +02:00
parent 1fa6598bdc
commit 287f6e2032

View file

@ -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