Skip to content

Commit

Permalink
Merge pull request #14207 from rook/mergify/bp/release-1.14/pr-14204
Browse files Browse the repository at this point in the history
ci: fix pylint errors (backport #14204)
  • Loading branch information
travisn committed May 14, 2024
2 parents 4d075a6 + e7e3a9c commit bc1d7f4
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 bc1d7f4

Please sign in to comment.