Skip to content

Commit e59cfaa

Browse files
committed
Sort commands
1 parent 575c361 commit e59cfaa

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.claude/settings.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"permissions": {
33
"allow": [
4+
"Bash(bandit -r dfetch)",
5+
"Bash(black --check dfetch)",
46
"Bash(codespell)",
5-
"Bash(python -m behave *)",
6-
"Bash(python -m pytest tests/*)",
7-
"Bash(pre-commit run:*)",
7+
"Bash(doc8 doc:*)",
88
"Bash(git stash:*)",
9-
"Bash(xenon *)",
10-
"Bash(radon *)",
119
"Bash(isort --diff dfetch)",
12-
"Bash(black --check dfetch)",
13-
"Bash(pylint dfetch:*)",
14-
"Bash(ruff check:*)",
10+
"Bash(lint-imports)",
1511
"Bash(mypy dfetch:*)",
12+
"Bash(pip install:*)",
1613
"Bash(pip show:*)",
17-
"Bash(doc8 doc:*)",
14+
"Bash(pre-commit run:*)",
1815
"Bash(pydocstyle dfetch:*)",
19-
"Bash(bandit -r dfetch)",
16+
"Bash(pylint dfetch:*)",
2017
"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(radon *)",
22+
"Bash(ruff check:*)",
2123
"Bash(xargs pyupgrade:*)",
22-
"Bash(lint-imports)",
23-
"Bash(pip install:*)",
24-
"Bash(pytest tests/test_sbom_reporter.py -q)"
24+
"Bash(xenon *)"
2525
]
2626
}
2727
}

0 commit comments

Comments
 (0)