kneasle / wheatley

An AI for Ringing Room that can ring any number of bells to increase the scope of practices.
https://pypi.org/project/wheatley/
MIT License
15 stars 13 forks source link

Run Checks #172

Closed centreboard closed 3 years ago

centreboard commented 3 years ago

Run all build checks from run-checks.py so they can easily be run locally as well.

image

Resolves #160 Resolves #164

centreboard commented 3 years ago

The linting errors can also be seen running pylint locally #173 I'm not sure why they weren't appearing before in CI.

Maybe it was previously only reporting Errors for some reason. Edit: Example failed linting https://github.com/kneasle/wheatley/pull/153/checks?check_run_id=2034460611

We could unblock this PR by adding -d W,R,C to pylint to disable Warnings, Refactor and Conventions for the moment