Skip to content

Commit 30b4025

Browse files
committed
Cleanup commands
1 parent 4843e21 commit 30b4025

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.claude/settings.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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:*)",
913
"Bash(isort --diff dfetch)",
1014
"Bash(lint-imports)",
1115
"Bash(mypy dfetch:*)",
@@ -15,9 +19,8 @@
1519
"Bash(pydocstyle dfetch:*)",
1620
"Bash(pylint dfetch:*)",
1721
"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/*)",
22+
"Bash(python -m behave:*)",
23+
"Bash(python -m pytest:*)",
2124
"Bash(radon *)",
2225
"Bash(ruff check:*)",
2326
"Bash(xargs pyupgrade:*)",

0 commit comments

Comments
 (0)