Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent edda6d5 commit e06964c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion localdev/configs/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_equivalent_example_configs(settings):
with open(os.path.join(dirpath, filename)) as f: # noqa: PTH118, PTH123
raw_yaml_config = f.read().strip()
parsed_config = yaml.load(raw_yaml_config, Loader=yaml.SafeLoader)
#
js_config_path = os.path.join( # noqa: PTH118
settings.BASE_DIR, JS_CONFIG_DIRECTORY, f"{base_filename}.json"
)
Expand Down
2 changes: 1 addition & 1 deletion repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

sys.exit(
check_call(
[ # noqa: S603
[
os.path.join(base_dir, "manage.py"), # noqa: PTH118
"shell",
*sys.argv[1:],
Expand Down

0 comments on commit e06964c

Please sign in to comment.