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 c804331 commit 82ad5f0Copy full SHA for 82ad5f0
python/src/suites/python-debugging.qls
@@ -0,0 +1,19 @@
1
+- description: "GitHub's Community Packs Python Debugging Suite"
2
+
3
+- queries: '.'
4
+ from: githubsecuritylab/codeql-python-queries
5
6
+- include:
7
+ kind:
8
+ - problem
9
+ - path-problem
10
+ precision:
11
+ - very-high
12
+ - high
13
+ tags contain:
14
+ - debugging
15
16
+# Remove local testing folders
17
+- exclude:
18
+ query path:
19
+ - /testing\/.*/
0 commit comments