You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The PrometheusApiClientException class naming violates pep8 N818 naming convention. So this is resulting in pre-commit-check failing on every PR, even if the PR is not related to this class.
To Reproduce
Steps to reproduce the behavior:
Submit a PR
Let aicoe-ci/pre-commit-check run
See error
Expected behavior
pre-commit-check passes
Screenshots
the following is from #238, but same applies to #232, #235
The text was updated successfully, but these errors were encountered:
Describe the bug
The
PrometheusApiClientException
class naming violates pep8 N818 naming convention. So this is resulting in pre-commit-check failing on every PR, even if the PR is not related to this class.To Reproduce
Steps to reproduce the behavior:
Expected behavior
pre-commit-check passes
Screenshots
![Screenshot from 2022-04-13 17-53-48](https://user-images.githubusercontent.com/15005500/163276717-10b68f68-7ebe-4264-b0d0-b9669bbf142d.png)
the following is from #238, but same applies to #232, #235
The text was updated successfully, but these errors were encountered: