-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As per #20. This removes all references to `pylint` in favour of relying on whatever opinionated standards which `black` has gone with. - Remove Github Actions Workflow - Remove pylint section in pyproject.toml - Update README section on contributing to be more generic. ("Make sure all configured github actions pass" rather than naming specific checks). I haven't touched `flake8` for now, since in theory it catches a bunch of stuff which black doesn't care about, but which generally keeps codebases clean (e.g. checking for unused variables, imports etc). My instinct is to leave flake8 in place, unless people very strongly feel otherwise.
- Loading branch information
Showing
3 changed files
with
3 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters