From 10ea6d35b50222941e2a08ae1c26d238cb0643f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Mon, 16 Aug 2021 23:34:39 +0800 Subject: [PATCH] build: excludes .mypy_cache for local build --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a4143f8..277dda4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,9 @@ includes = [ "jsonpath/lark_parser.py", "jsonpath/py.typed", ] +excludes = [ + "**/.mypy_cache" +] [tool.pdm.dev-dependencies] docs = [