django / django-contrib-comments

BSD 3-Clause "New" or "Revised" License
614 stars 196 forks source link

fix hanging indent #161

Open minusf opened 3 years ago

claudep commented 3 years ago

Could you please work on a flake8 test target to fix and avoid such issues in the future?

minusf commented 3 years ago

Could you give me any pointers in what way you imagine this? I have these checks in my editor, not in build infrastructure. But even then I think this could be merged independently?

claudep commented 3 years ago

I guess you could look at other packages, for example https://github.com/Bouke/django-two-factor-auth (where there is a TOXENV=flake8 thing).