sanbales / pymbe

A project to experiment with and validate semantics for KerML and SysML v2
GNU General Public License v3.0
4 stars 1 forks source link

Enable Lint for CI #22

Closed sanbales closed 3 years ago

sanbales commented 3 years ago

The linting CI step is currently being ignored.

  1. Run isort for all src/ and tests/ files
  2. Run black for all src/ and tests/ files
  3. Pass flake8 checks, and ignore the ones that we are not worried about
  4. Remove (at least some of) the excluded checks in pylint and pass its quality checks
sanbales commented 3 years ago

This was done in PR #23.