Skip to content

Commit

Permalink
ci: fix pylint errors
Browse files Browse the repository at this point in the history
Afte pylint was updated to version 3.2.0
a set of new errors appeared. This makes
ci passing by either fixing the problem
or ignoring it in the check

Signed-off-by: NymanRobin <robin.nyman@est.tech>
(cherry picked from commit dcec080)
  • Loading branch information
NymanRobin authored and mergify[bot] committed May 14, 2024
1 parent 8562018 commit da139ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docs/macros/includes/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@


def define_env(env):
target = None
repo = Repository(".")
if repo is not None:
target = repo.head.shorthand
Expand Down
2 changes: 2 additions & 0 deletions deploy/examples/create-external-cluster-resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
limitations under the License.
"""

# pylint: disable=E0606

import errno
import sys
import json
Expand Down

0 comments on commit da139ca

Please sign in to comment.