We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4843e21 commit 30b4025Copy full SHA for 30b4025
1 file changed
.claude/settings.json
@@ -1,11 +1,15 @@
1
{
2
"permissions": {
3
"allow": [
4
+ "Bash(codespell)",
5
"Bash(bandit -r dfetch)",
6
"Bash(black --check dfetch)",
- "Bash(codespell)",
7
"Bash(doc8 doc:*)",
8
+ "Bash(git add:*)",
9
+ "Bash(git fetch:*)",
10
+ "Bash(git pull:*)",
11
"Bash(git stash:*)",
12
+ "Bash(git update-index:*)",
13
"Bash(isort --diff dfetch)",
14
"Bash(lint-imports)",
15
"Bash(mypy dfetch:*)",
@@ -15,9 +19,8 @@
19
"Bash(pydocstyle dfetch:*)",
16
20
"Bash(pylint dfetch:*)",
17
21
"Bash(pyroma --directory --min=10 .)",
18
- "Bash(pytest tests/test_sbom_reporter.py -q)",
- "Bash(python -m behave *)",
- "Bash(python -m pytest tests/*)",
22
+ "Bash(python -m behave:*)",
23
+ "Bash(python -m pytest:*)",
24
"Bash(radon *)",
25
"Bash(ruff check:*)",
26
"Bash(xargs pyupgrade:*)",
0 commit comments