Taus
|
1c68c987b0
|
Python: Change all remaining occurrences of StrConst
Done using
```
git grep StrConst | xargs sed -i 's/StrConst/StringLiteral/g'
```
|
2024-04-22 12:00:09 +00:00 |
|
Rasmus Wriedt Larsen
|
3fe715abb6
|
Python: Fix query names that inclde __ (dunder)
Without backticks, the text UNDERSCORE UNDERSCORE eq UNDERSCORE UNDERSCORE would
be considered to make things bold in our markdown output, making the query info
look strange.
Example https://codeql.github.com/codeql-query-help/python/py-slots-in-old-style-class/
|
2021-02-04 15:49:37 +01:00 |
|
Taus Brock-Nannestad
|
f07a7bf8cf
|
Python: Autoformat everything using qlformat.
Will need subsequent PRs fixing up test failures (due to deprecated
methods moving around), but other than that everything should be
straight-forward.
|
2020-07-07 15:43:52 +02:00 |
|
Rasmus Wriedt Larsen
|
3e7e9636ea
|
Python: Add ModuleValue.{isUsedAsModule, isUsedAsScript}
and a few test cases
|
2020-02-19 14:12:22 +01:00 |
|
Rasmus Wriedt Larsen
|
13568b7b9f
|
Python: Modernise Statements/ queries
Almost. Left out a few things marked with TODO
|
2020-02-19 14:10:29 +01:00 |
|
Rasmus Wriedt Larsen
|
381668871d
|
Python: Autoformat statements
|
2020-02-19 14:05:55 +01:00 |
|
Mark Shannon
|
5f58824d1b
|
Initial commit of Python queries and QL libraries.
|
2018-11-19 15:10:42 +00:00 |
|