From c3fc3673b1754deec2e0c3f3f518998ccec87818 Mon Sep 17 00:00:00 2001 From: marvinfriede <51965259+marvinfriede@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:57:43 +0100 Subject: [PATCH] Skip mypy in CI --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9e30ca..eeec81e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,9 @@ # # You should have received a copy of the GNU Lesser General Public License # along with tad-dftd4. If not, see . +ci: + skip: [mypy] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0