Skip to content

CI Upgrades

What does the merge request do?

  • Upgrade pylint
  • Remove options that have been deprecated (mostly related to the removed Python2-3 conversion; as well as naming suggestions (those options don't exist anymore, see https://github.com/PyCQA/pylint/issues/6931))
  • Make the computation of the pylint score weighted by the number of statements in a file.
  • Add a job to create a zipped archive including all submodules, but without the test and .git folders. Fixes #499 (closed)

Summary for release notes

Maintainance fixes.

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented
  • Clean merge request history
Edited by Jonathan Neuhauser

Merge request reports