Skip to content

Commit ef41f51

Browse files
committed
fix: consistency of linting
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent a052ec5 commit ef41f51

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
# match black default
3+
max-line-length = 88

rhdp/rhdp-cluster-define.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def setup_install(
4949
pull_secret = pull_secret_path.expanduser().read_text()
5050
rhdp_dir = pattern_dir / "rhdp"
5151
jinja_env = Environment(
52-
loader=FileSystemLoader(searchpath=rhdp_dir),
53-
autoescape=select_autoescape()
52+
loader=FileSystemLoader(searchpath=rhdp_dir), autoescape=select_autoescape()
5453
)
5554
config_template = jinja_env.get_template("install-config.yaml.j2")
5655
output_text = config_template.render(

0 commit comments

Comments
 (0)