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 bee962a commit 3a198a8Copy full SHA for 3a198a8
.github/workflows/report.yml
@@ -55,5 +55,4 @@ jobs:
55
poetry run nox -s dependency:licenses >> $GITHUB_STEP_SUMMARY
56
echo -e "\n\n# Coverage\n" >> $GITHUB_STEP_SUMMARY
57
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
58
- poetry run tbx security pretty-print >> $GITHUB_STEP_SUMMARY
59
poetry run tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
.gitignore
@@ -142,4 +142,9 @@ doc/api
142
itde/
143
144
# Emacs
145
-TAGS
+/TAGS
146
+
147
+# PTB
148
+/.lint.json
149
+/.lint.txt
150
+/.security.json
0 commit comments