Skip to content

Commit 21d936f

Browse files
committed
reformat with black
1 parent 1faea8f commit 21d936f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Diff for: BUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ python_requirements(
3131
"//:reqs#zake",
3232
]
3333
},
34-
# make sure anything that uses st2-auth-ldap gets the st2auth constant
35-
"st2-auth-ldap": {
34+
# make sure anything that uses st2-auth-ldap gets the st2auth constant
35+
"st2-auth-ldap": {
3636
"dependencies": [
3737
"st2auth/st2auth/backends/constants.py",
3838
]
39-
}
39+
},
4040
},
4141
)
4242

Diff for: pants-plugins/sample_conf/rules_test.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ def main():
104104

105105

106106
def write_files(
107-
sample_conf_dir: str, sample_conf_file: str, before: str, after: str, rule_runner: RuleRunner
107+
sample_conf_dir: str,
108+
sample_conf_file: str,
109+
before: str,
110+
after: str,
111+
rule_runner: RuleRunner,
108112
) -> None:
109113
files = {
110114
f"{sample_conf_dir}/{sample_conf_file}": before,

Diff for: tools/config_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
CONFIGS = [
28-
# this is duplicated in conf/BUILD
28+
# this is duplicated in tools/BUILD
2929
# TODO: replace this with a heuristic that searches for config.py
3030
# maybe with an exclude list (eg st2tests.config st2client)
3131
# grep -rl 'def register_opts(ignore_errors=False):' st2*

0 commit comments

Comments
 (0)