Skip to content

Commit 21f2c40

Browse files
update process requirements (#111)
1 parent 27c4a52 commit 21f2c40

4 files changed

Lines changed: 89 additions & 82 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"python.testing.pytestArgs": [
2727
".",
2828
"--ignore-glob=bazel-*/*",
29-
"--ignore-glob=.venv_docs/*",
29+
"--ignore-glob=.venv*/*",
3030
"--ignore-glob=_build/*"
3131
],
3232
"python.testing.unittestEnabled": false,

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ bazel_dep(name = "score_cr_checker", version = "0.2.2")
9797

9898
# Grab dash
9999
bazel_dep(name = "score_dash_license_checker", version = "0.1.1")
100-
bazel_dep(name = "score_process", version = "1.0.1")
100+
bazel_dep(name = "score_process", version = "1.0.2")

0 commit comments

Comments
 (0)