From e351ca2c9309eb2c2848203d7569cddf3f723b63 Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Fri, 5 May 2023 05:49:08 +0000 Subject: [PATCH] fix(lint): rename cpath to cached_path in excluded files. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 770d398e..bc9a5ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ exclude = [ "venv", ".copier-template", ".refs", - "cpath", + "cached_path", ] per-file-ignores = [ '__init__.py:F401,F403',