We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badc7a9 commit f6f6bf3Copy full SHA for f6f6bf3
CLAUDE.md
@@ -228,7 +228,7 @@ pytest -m "not slow"
228
# To test everything:
229
230
make autoflake isort black pre-commit
231
-make interrogate doctest test smoketest lint-web flake8 bandit pylint
+make doctest test htmlcov smoketest lint-web flake8 bandit interrogate pylint verify
232
233
# Rules
234
- When using git commit always add a -s to sign commits
MANIFEST.in
@@ -75,8 +75,8 @@ prune *.egg-info
75
prune charts
76
prune k8s
77
prune .devcontainer
78
-prune CLAUDE.*
79
-prune llms-full.txt
+exclude CLAUDE.*
+exclude llms-full.txt
80
81
# Exclude deployment, mcp-servers and agent_runtimes
82
prune deployment
0 commit comments