Line 1:1: E265 block comment should start with '# '
Line 2:1: E265 block comment should start with '# '
Line 3:1: E265 block comment should start with '# '
Line 4:1: E265 block comment should start with '# '
Line 5:1: E265 block comment should start with '# '
Line 115:80: E501 line too long (85 > 79 characters)
Line 65:24: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 79:24: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Hello @j-bac! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
setup.py
:skdim/_commonfuncs.py
:skdim/global_id/_DANCo.py
:skdim/global_id/_DANCoUtils.py
:skdim/global_id/_KNN.py
:skdim/global_id/_MLE.py
:skdim/global_id/_Mada.py
:skdim/global_id/_TwoNN.py
:skdim/local_id/_ESS.py
:skdim/local_id/_FisherS.py
:skdim/local_id/_MiND_ML.py
:skdim/local_id/_PCA.py
:skdim/tests/test_estimators.py
: