Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 8, 2024
1 parent 4095280 commit 2585bdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ select = [
# (pylint) Using the global statement is discouraged
"PLW0603"
]
"python-package/lightgbm/sklearn_compat.py" = [
# file is vendored from sklearn-compat
"D401",
"D400",
"D103",
"D205",
]
"tests/*" = [
# (flake8-bugbear) Found useless expression
"B018",
Expand Down

0 comments on commit 2585bdd

Please sign in to comment.