Skip to content
Leszek Grzanka edited this page Dec 31, 2021 · 4 revisions

Notes for Developers

Run pymchelper from git repository

$ git checkout master
$ python3 -m pymchelper.run --help

Quality check your code before committing

$ pep8 --max-line-length=120 foobar.py
$ flake8 --max-line-length=120 foobar.py

Avoid CI tests for a commit

$ git -m "Yadda yadda yadda. [CI Skip]"