Skip to content

Commit f6f8068

Browse files
committed
Cleanup commands
1 parent df8893b commit f6f8068

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.claude/settings.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
"permissions": {
33
"allow": [
44
"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 *)",
97
"Bash(xenon *)",
108
"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 *)",
2020
"Bash(pyroma --directory --min=10 .)",
21-
"Bash(xargs pyupgrade:*)",
21+
"Bash(xargs pyupgrade *)",
2222
"Bash(lint-imports)",
23-
"Bash(pip install:*)",
24-
"Bash(pytest tests/test_sbom_reporter.py -q)",
23+
"Bash(pip install *)",
24+
"Bash(pytest *)",
2525
"Bash(make -C doc latexpdf)",
2626
"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 *)"
3232
],
3333
"additionalDirectories": [
3434
"/workspaces/dfetch/.claude"

0 commit comments

Comments
 (0)