Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "make lint" to lint without auto-formatting
As on CI and with tox (but not having to build and create and use a tox environment). This may not be the best way to do it, since currently the project's makefiles are otherwise used only for things directly related to building and publishing. However, this seemed like a readily available way to run the moderately complex command that produces the same behavior as on CI or with tox, but outside a tox environment. It may be possible to improve on this in the future.
- Loading branch information