Commit graph

4 commits

Author SHA1 Message Date
Benjamin Hackl
d8a7e55ee1
Exclude check for cyclic imports by CodeQL (#4384)
* exclude check for cyclic imports by CodeQL

* also exclude py/unsafe-cyclic-import
2025-08-09 19:22:07 +02:00
Kaique Barbosa Dultra
d517b50567
Add support for pycodestyle W rule in Ruff (#4276)
* Add suport for `pycodestyle W` rule in Ruff and remove invalid noqa comments for deprecated rules

* Exclude `py/method-first-arg-is-not-self` false positive for metaclass `__init__`

---------

Co-authored-by: Aarush Deshpande <110117391+JasonGrace2282@users.noreply.github.com>
2025-06-11 14:35:39 +00:00
lgtm-com[bot]
d3b96dd68c
Add CodeQL workflow for GitHub code scanning (#3024)
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
2022-12-23 14:11:21 +01:00
Tristan Schulz
48ff15a8d3
Codeql (#3084)
* Add CodeQL workflow for GitHub code scanning

* fix codeql errors

* ignore example scenes and tests

Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2022-12-22 21:52:30 -08:00