Skip to content

Commit 2419e78

Browse files
committed
lint
1 parent b376b46 commit 2419e78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unittests/test_code_quality.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def test_flake8(self):
4343

4444
try:
4545
subprocess.run(
46-
[sys.executable, '-m', 'flake8', '--config', str(config_path)],
46+
[sys.executable, '-m', 'flake8', '--config', str(config_path),
47+
'azure_functions_worker',],
4748
check=True,
4849
stdout=subprocess.PIPE,
4950
stderr=subprocess.PIPE,

0 commit comments

Comments
 (0)