Unverified Commit 6265c980 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] [python-package] remove unused flake8 configuration (#6372)

parent 8bc45786
...@@ -3,16 +3,3 @@ include_package_data = True ...@@ -3,16 +3,3 @@ include_package_data = True
[options.packages.find] [options.packages.find]
where = lightgbm 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment