Skip to content

Commit 9578b85

Browse files
spoorccben-edna
authored andcommitted
Cleanup commands
1 parent 81a6362 commit 9578b85

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.claude/settings.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
22
"permissions": {
33
"allow": [
4+
"Bash(codespell)",
45
"Bash(bandit -r dfetch)",
56
"Bash(black --check dfetch)",
6-
"Bash(codespell)",
77
"Bash(doc8 doc:*)",
8+
"Bash(git add:*)",
9+
"Bash(git fetch:*)",
10+
"Bash(git pull:*)",
811
"Bash(git stash:*)",
12+
"Bash(git update-index --refresh)",
913
"Bash(isort --diff dfetch)",
1014
"Bash(lint-imports)",
1115
"Bash(mypy dfetch:*)",
12-
"Bash(pip install:*)",
1316
"Bash(pip show:*)",
1417
"Bash(pre-commit run:*)",
1518
"Bash(pydocstyle dfetch:*)",
1619
"Bash(pylint dfetch:*)",
1720
"Bash(pyroma --directory --min=10 .)",
18-
"Bash(pytest tests/test_sbom_reporter.py -q)",
19-
"Bash(python -m behave *)",
20-
"Bash(python -m pytest tests/*)",
21+
"Bash(python -m behave:*)",
22+
"Bash(python -m pytest:*)",
2123
"Bash(radon *)",
2224
"Bash(ruff check:*)",
2325
"Bash(xargs pyupgrade:*)",

0 commit comments

Comments
 (0)