canonical / canonical/mlops-libs
Linter is not catching lines that exceed the characters limit
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Bug Description
Our linter is not catching and reporting back errors when lines in the tested code exceed the character limit. You can see one instance of that happening [here](https://github.com/canonical/mlops-libs/pull/3#discussion_r1504790462).
### To Reproduce
1. Edit a file and add a line with more than 99 characters
2. Run the linter
3. Watch it pass
### Environment
CI or local environment with similar characteristics to the CI.
### Relevant Log Output
```shell
N/A
```
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.