opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
Reinstate tox -e lint
Description
Reintroduce the lint environment after 5116305f77bcd4c8ab18ef302a4351bb5b724c1e to just run the cheap linting tools so that developers can rely on it
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- [x] tox -e lint
Does This PR Require a Core Repo Change?
- [ ] Yes. - Link to PR:
- [x] No.
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.
- [ ] Followed the style guidelines of this project
- [ ] Changelogs have been updated
- [ ] Unit tests have been added
- [ ] Documentation has been updated
Do we really need this? :thinking: We already have linting for every package, is there a place where we are not providing linting right now?
Do we really need this? 🤔 We already have linting for every package, is there a place where we are not providing linting right now?
The only reason for this in the CONTRIBUTING hunk, we have to make it simple for people to run these tools otherwise they don't.