prometheus-api-client-python icon indicating copy to clipboard operation
prometheus-api-client-python copied to clipboard

PEP8 violating class name PrometheusApiClientException

Open chauhankaranraj opened this issue 2 years ago • 0 comments

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:

  1. Submit a PR
  2. Let aicoe-ci/pre-commit-check run
  3. See error

Expected behavior pre-commit-check passes

Screenshots the following is from #238, but same applies to #232, #235 Screenshot from 2022-04-13 17-53-48

chauhankaranraj avatar Apr 13 '22 21:04 chauhankaranraj