What are the current thoughts on adding code linter support?
Here are some potentially useful ones:
They can be used along with pre-commit so the checks are run with each commit and can work as an as-you-go type thing. Or you can run pre-commit run --all-files.
pip install pre-commit & pre-commit install for it to be enabled.👍 and if we ever drop python2 I'll add mypy (type) to the list!
@sgillies would you be in opposed to a PR with the linting & pre-commit config files?
IMO we should do this at the same time as https://github.com/mapbox/rasterio/issues/1774 so we can add types 🤷♂️
@snowman2 @vincentsarago would you be okay with waiting until after 1.2.0? I don't want anything getting in the way of a new minor release.
I've been using darker on my recent commits, so we're getting there if slowly.
Most helpful comment
@snowman2 @vincentsarago would you be okay with waiting until after 1.2.0? I don't want anything getting in the way of a new minor release.
I've been using darker on my recent commits, so we're getting there if slowly.