From 0fc4d6627b61945683ba453bcf7fc99adf90bca9 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Wed, 6 Sep 2023 11:05:08 -0600 Subject: [PATCH] fix --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5943897..0521bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,11 @@ env_name = "engine" [tool.pkgmt.check_links] extensions = ["md", "rst", "py", "ipynb"] +ignore_substrings = ["platform.ploomber.io"] [tool.nbqa.addopts] flake8 = [ # notebooks allow non-top imports "--extend-ignore=E402", -] \ No newline at end of file +]