From 6d037eafb4ae109d8dd52b2725ebe638017441dc Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sat, 17 Dec 2022 17:25:42 +0100 Subject: [PATCH] Add missing tool.isort.skip_glob --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8d792d5902..784688b2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,6 +148,7 @@ lines_between_sections = 1 honor_noqa = true skip_gitignore = true skip = ["aesara/version.py", "**/__init__.py"] +skip_glob = ["**/*.pyx"] [tool.mypy] ignore_missing_imports = true