diff --git a/BUILD b/BUILD index f7b31b622ad..5328f1b40e0 100644 --- a/BUILD +++ b/BUILD @@ -31,12 +31,12 @@ python_requirements( "//:reqs#zake", ] }, - # make sure anything that uses st2-auth-ldap gets the st2auth constant - "st2-auth-ldap": { + # make sure anything that uses st2-auth-ldap gets the st2auth constant + "st2-auth-ldap": { "dependencies": [ "st2auth/st2auth/backends/constants.py", ] - } + }, }, ) diff --git a/pants-plugins/sample_conf/rules_test.py b/pants-plugins/sample_conf/rules_test.py index 4f949975dcc..500423b0a6f 100644 --- a/pants-plugins/sample_conf/rules_test.py +++ b/pants-plugins/sample_conf/rules_test.py @@ -104,7 +104,11 @@ def main(): def write_files( - sample_conf_dir: str, sample_conf_file: str, before: str, after: str, rule_runner: RuleRunner + sample_conf_dir: str, + sample_conf_file: str, + before: str, + after: str, + rule_runner: RuleRunner, ) -> None: files = { f"{sample_conf_dir}/{sample_conf_file}": before, diff --git a/tools/config_gen.py b/tools/config_gen.py index c86360173b5..92d1093eabe 100755 --- a/tools/config_gen.py +++ b/tools/config_gen.py @@ -25,7 +25,7 @@ CONFIGS = [ - # this is duplicated in conf/BUILD + # this is duplicated in tools/BUILD # TODO: replace this with a heuristic that searches for config.py # maybe with an exclude list (eg st2tests.config st2client) # grep -rl 'def register_opts(ignore_errors=False):' st2*