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 |
|
Taus Brock-Nannestad
|
87a9f51c78
|
Python: Autoformat all .ql files.
|
2020-03-30 11:59:10 +02:00 |
|
Rasmus Wriedt Larsen
|
4a5aae0db8
|
Python: autoformat (4 spaces) NonCls.ql NonSelf.ql
|
2019-09-26 16:31:14 +02:00 |
|
Rasmus Wriedt Larsen
|
457794e030
|
Python: Consistenly use parameter instead of argument in docs
The Python 3 FAQ states that this is the right thing [0]
It sadly doesn't align 100% with PEP8, which calls them for "arguments" [1], but
after discussion with Taus, we decided to go with "parameter" everywhere to be
consistent.
[0] https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter
[1] https://www.python.org/dev/peps/pep-0008/#function-and-method-arguments
|
2019-09-26 16:31:09 +02:00 |
|
Rasmus Wriedt Larsen
|
3f974fbc14
|
Python: Modernise the py/not-named-cls query.
|
2019-09-26 13:25:14 +02:00 |
|
Mark Shannon
|
5f58824d1b
|
Initial commit of Python queries and QL libraries.
|
2018-11-19 15:10:42 +00:00 |
|