From e785ba7503200734384e039c9c749b9859a91d8d Mon Sep 17 00:00:00 2001 From: jeremiedbb Date: Tue, 25 Apr 2023 13:44:50 +0200 Subject: [PATCH] cython-lint ignores asv_benchmarks --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e44401b3a485..7e39589216956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,8 @@ ignore = [ # Exclude files are generated from tempita templates exclude= ''' ( - sklearn/_loss/_loss.pyx + asv_benchmarks/ + | sklearn/_loss/_loss.pyx | sklearn/linear_model/_sag_fast.pyx | sklearn/linear_model/_sgd_fast.pyx | sklearn/utils/_seq_dataset.pyx