Skip to content

Commit 3d12ec4

Browse files
committed
Library worker renaming
1 parent 14d3f4e commit 3d12ec4

File tree

122 files changed

+116
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+116
-423
lines changed

.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{"name": "Workers", "path": "./workers"},
4+
{"name": "Azure Functions Runtime", "path": "./azure_functions_runtime"},
5+
{"name": "Azure Functions Runtime V1", "path": "./azure_functions_runtime_v1"},
6+
{"name": "Root", "path": "."}
7+
]
8+
}

.flake8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ exclude = .git, __pycache__, build, dist, .eggs, .github, .local, docs/,
1111
workers/tests/unittests/test_typing_inspect.py,
1212
workers/tests/unittests/broken_functions/syntax_error/main.py,
1313
.env*, .vscode, venv*, *.venv*,
14-
azure_functions_worker_v2/tests/protos/*,
15-
azure_functions_worker_v2/azure_functions_worker_v2/utils/typing_inspect.py,
16-
azure_functions_worker_v1/tests/protos/*,
17-
azure_functions_worker_v1/azure_functions_worker_v1/utils/typing_inspect.py
14+
azure_functions_runtime/tests/protos/*,
15+
azure_functions_runtime/azure_functions_runtime/utils/typing_inspect.py,
16+
azure_functions_runtime_v1/tests/protos/*,
17+
azure_functions_runtime_v1/azure_functions_runtime_v1/utils/typing_inspect.py
1818

1919
max-line-length = 88

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)