lmmx / range-streams

Streaming range requests in Python
https://range-streams.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Code quality improvement #3

Open lmmx opened 3 years ago

lmmx commented 3 years ago

Pre-commit is running a few standard checks, further improvement could be gained from:

lmmx commented 3 years ago

For example with flake8 see mcx: .github/workflows/lint.yml and Makefile

lmmx commented 3 years ago

I would also suggest adding an automated check for the maintenance of full docstring coverage (#13: now achieved).