Skip to content

Commit 207012a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3956f10 commit 207012a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

context_chat_backend/dyn_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#ruff: noqa: I001
21
#
32
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
43
# SPDX-License-Identifier: AGPL-3.0-or-later

context_chat_backend/setup_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def ensure_config_file():
1616
'''
1717
Ensures the config file is present.
1818
'''
19-
subprocess.run(['./hwdetect.sh', 'config'], check=True, shell=False) # noqa: S603
19+
subprocess.run(['./hwdetect.sh', 'config'], check=True, shell=False)
2020

2121

2222
def repair_run():

0 commit comments

Comments
 (0)