its 14 lines
Comment on A fun simple game
glad_cat@lemmy.sdf.org 1 year ago
No docstring, no shebang, no main function, no raw strings, and I’m sure they don’t have unit tests with a mocked filesystem.
darcy@sh.itjust.works 1 year ago
Comment on A fun simple game
glad_cat@lemmy.sdf.org 1 year ago
No docstring, no shebang, no main function, no raw strings, and I’m sure they don’t have unit tests with a mocked filesystem.
its 14 lines
Enkers@sh.itjust.works 1 year ago
Pylint is screaming right now.
glad_cat@lemmy.sdf.org 1 year ago
I like …readthedocs.io/…/latest/, it’s the Nazi version.
MNByChoice@midwest.social 1 year ago
I skimmed the linked doc and they don’t:
Which seems more open and forgiving than some linters. What makes them strict and inflexible?
Or did you mean actual Nazi run the project? (I hate that this is a possibility.)
glad_cat@lemmy.sdf.org 1 year ago
It’s flake8 with all the rules enabled. You get a hundred warnings even for small programs. I love it.