getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.6k stars 444 forks source link

Trivial: Contributing guide should request source compatibility for tests as well. #3716

Closed aknrdureegaesr closed 10 months ago

aknrdureegaesr commented 10 months ago

Environment

Python Version: 3.9.2

Nikola Version: Git commit e333da4080a150eb358a63cd8d63f8b26ccf407d

Operating System: Linux

Description:

The Contributing Guidelines recommends integrating for code style via flake8 nikola. At the same time, it recommends providing tests. I have found experimentally, via flake8 nikola tests, that those sources are following that code style as well. In my opinion, the guidelines should recommend that for code style integration.