|
2 | 2 | "permissions": { |
3 | 3 | "allow": [ |
4 | 4 | "Bash(codespell)", |
5 | | - "Bash(python -m behave *)", |
6 | | - "Bash(python -m pytest tests/*)", |
7 | | - "Bash(pre-commit run:*)", |
8 | | - "Bash(git stash:*)", |
| 5 | + "Bash(pre-commit run *)", |
| 6 | + "Bash(git stash *)", |
9 | 7 | "Bash(xenon *)", |
10 | 8 | "Bash(radon *)", |
11 | | - "Bash(isort --diff dfetch)", |
12 | | - "Bash(black --check dfetch)", |
13 | | - "Bash(pylint dfetch:*)", |
14 | | - "Bash(ruff check:*)", |
15 | | - "Bash(mypy dfetch:*)", |
16 | | - "Bash(pip show:*)", |
17 | | - "Bash(doc8 doc:*)", |
18 | | - "Bash(pydocstyle dfetch:*)", |
19 | | - "Bash(bandit -r dfetch)", |
| 9 | + "Bash(isort --diff dfetch*)", |
| 10 | + "Bash(black --check dfetch*)", |
| 11 | + "Bash(pylint dfetch*)", |
| 12 | + "Bash(ruff check dfetch*)", |
| 13 | + "Bash(mypy dfetch*)", |
| 14 | + "Bash(python -m mypy dfetch*)", |
| 15 | + "Bash(python -m pytest tests/*)", |
| 16 | + "Bash(pip show *)", |
| 17 | + "Bash(doc8 doc*)", |
| 18 | + "Bash(pydocstyle dfetch*)", |
| 19 | + "Bash(bandit *)", |
20 | 20 | "Bash(pyroma --directory --min=10 .)", |
21 | | - "Bash(xargs pyupgrade:*)", |
| 21 | + "Bash(xargs pyupgrade *)", |
22 | 22 | "Bash(lint-imports)", |
23 | | - "Bash(pip install:*)", |
24 | | - "Bash(pytest tests/test_sbom_reporter.py -q)", |
| 23 | + "Bash(pip install *)", |
| 24 | + "Bash(pytest *)", |
25 | 25 | "Bash(make -C doc latexpdf)", |
26 | 26 | "Bash(make -C doc clean)", |
27 | | - "Bash(dfetch add:*)", |
28 | | - "Bash(dfetch update:*)", |
29 | | - "Bash(python -m security.tm_supply_chain:*)", |
30 | | - "Bash(python -m security.tm_usage:*)", |
31 | | - "Bash(make -C doc html)" |
| 27 | + "Bash(make -C doc html)", |
| 28 | + "Bash(dfetch add *)", |
| 29 | + "Bash(dfetch update *)", |
| 30 | + "Bash(python -m security.tm_supply_chain *)", |
| 31 | + "Bash(python -m security.tm_usage *)" |
32 | 32 | ], |
33 | 33 | "additionalDirectories": [ |
34 | 34 | "/workspaces/dfetch/.claude" |
|
0 commit comments