Skip to content

Commit

Permalink
[ci] [python-package] remove unused flake8 configuration (#6372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 18, 2024
1 parent 8bc4578 commit 6265c98
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions python-package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,3 @@ include_package_data = True

[options.packages.find]
where = lightgbm

[flake8]
ignore =
# line too long
E501,
# line break occurred before a binary operator
W503
exclude =
./.nuget,
./external_libs,
./lightgbm-python,
./python-package/build,
./python-package/compile

0 comments on commit 6265c98

Please sign in to comment.