Skip to content

Use cki_lint.sh

Nikolai Kondrashov requested to merge spbnick/kpet:use_cki_lint into main

Use cki_lint.sh as the default command to test the project.

This command should be used in all python cki projects, and includes the runs the following commands:

  • flake8
  • pydocstyle
  • isort
  • pylint

To pass successfully all this checks, we've done some commits.

Required by infrastructure#41 (closed)

Supersedes !199 (closed)

Edited by Nikolai Kondrashov

Merge request reports