-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (34 loc) · 974 Bytes
/
settings.json
File metadata and controls
34 lines (34 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"permissions": {
"allow": [
"Bash(./scripts/build_pypi_package.sh:*)",
"Bash(./scripts/format.sh:*)",
"Bash(./scripts/install_all_and_run_tests.sh:*)",
"Bash(./scripts/lint.sh:*)",
"Bash(./scripts/run_mypy.sh:*)",
"Bash(./scripts/run_tests.sh:*)",
"Bash(./scripts/install.sh:*)",
"Bash(echo $VIRTUAL_ENV)",
"Bash(gh issue view:*)",
"Bash(gh label list:*)",
"Bash(gh pr checks:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr list:*)",
"Bash(gh pr status:*)",
"Bash(gh pr update-branch:*)",
"Bash(gh pr view:*)",
"Bash(gh search code:*)",
"Bash(git diff:*)",
"Bash(git grep:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git status:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(tree:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:docs.slack.dev)",
"WebFetch(domain:raw.githubusercontent.com)"
]
}
}