10000 MAINT cython-lint ignores asv_benchmarks (#26282) · lesteve/scikit-learn@695ad73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 695ad73

Browse files
authored
MAINT cython-lint ignores asv_benchmarks (scikit-learn#26282)
1 parent 5826358 commit 695ad73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ ignore = [
6262
# Exclude files are generated from tempita templates
6363
exclude= '''
6464
(
65-
sklearn/_loss/_loss.pyx
65+
asv_benchmarks/
66+
| sklearn/_loss/_loss.pyx
6667
| sklearn/linear_model/_sag_fast.pyx
6768
| sklearn/linear_model/_sgd_fast.pyx
6869
| sklearn/utils/_seq_dataset.pyx

0 commit comments

Comments
 (0)
0