We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1040748 commit 14b9edbCopy full SHA for 14b9edb
.claude/settings.json
@@ -7,7 +7,7 @@
7
"Bash(make test_unit:*)"
8
],
9
"deny": [
10
- "Read(./.env)"
+ "Read(**/*.env)"
11
12
"ask": []
13
},
.cursorignore
@@ -0,0 +1 @@
1
+**/*.env
Makefile
@@ -49,7 +49,7 @@ statgpt_app:
49
poetry run python -m statgpt.app.app $(ARGS)
50
51
install_pre_commit_hooks:
52
- pre-commit install
+ poetry run pre-commit install
53
54
db_migrate:
55
poetry run alembic -c alembic.ini upgrade head
0 commit comments