This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2025-12-17 17:23:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c20ee76826e10318f8f39c6fae901b743c2e8254
codeql
/
python
/
ql
/
test
/
query-tests
/
Imports
History
Taus Brock-Nannestad
a1a1218f95
Python: Ignore
from foo import *
when
foo
is absent.
2020-08-13 10:50:28 +02:00
..
cyclic-module
Python: Fix false positive for cyclic imports guarded by
if False:
.
2019-09-27 15:22:12 +02:00
cyclic-module-annotations-fp
Python: Account for non-evaluation of annotations in cyclic imports.
2019-11-25 15:32:52 +01:00
cyclic-module-package-fp
Python: Add discussed test case (a false negative).
2019-10-22 15:10:40 +02:00
deprecated
Python: Fix recommended module for deprecated posixfile
2020-01-28 16:44:47 +01:00
general
Python: Ignore
from foo import *
when
foo
is absent.
2020-08-13 10:50:28 +02:00
PyCheckerTests
Python: In py/import-own-module handle
from foo import *
2020-02-11 11:45:48 +01:00
unused
Python: Fix FN in py/unused-import
2020-04-07 09:41:42 +02:00