Skip to content

Commit 6276de7

Browse files
committed
Merge branch 'refactor/use-squad-number-for-mutation-endpoints' of https://github.com/nanotaboada/python-samples-fastapi-restful into refactor/use-squad-number-for-mutation-endpoints
2 parents 8eeb7f3 + ad9e5cd commit 6276de7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.claude/settings.local.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh issue:*)",
5+
"WebFetch(domain:github.com)",
6+
"WebFetch(domain:api.github.com)",
7+
"Bash(uv run:*)",
8+
"Bash(source .venv/bin/activate)",
9+
"Bash(python -m pytest --tb=short)",
10+
"Bash(python -m flake8 .)",
11+
"Bash(python -m black --check .)",
12+
"Bash(python -m pytest --tb=short -q)"
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)