Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 21, 2024
1 parent acb51e0 commit 92b4e6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions skore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ omit = [

[tool.ruff]
src = ["skore"]
exclude = [
"doc",
# This file is vendored and we should not change it
"skore/src/skore/sklearn/_sklearn_compat.py",
]
exclude = ["doc"]

[tool.ruff.lint]
select = [
Expand Down Expand Up @@ -154,7 +150,6 @@ convention = "numpy"
[tool.ruff.lint.per-file-ignores]
"src/*" = ["UP007"]
"tests/*" = ["D"]
"skore/src/skore/sklearn/_sklearn_compat.py" = ["ALL"]

[tool.typos.default]
extend-ignore-re = [
Expand Down

0 comments on commit 92b4e6c

Please sign in to comment.