mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Merge pull request #19424 from github/tausbn/python-extract-hidden-file-by-default
Python: Extract files in hidden dirs by default
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
| .hidden/inner/test.py |
|
||||
| .hidden/module.py |
|
||||
| folder/module.py |
|
||||
| package |
|
||||
| package/__init__.py |
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
| Module foo.bar |
|
||||
| Module foo.include_test |
|
||||
| Package foo |
|
||||
| Script hidden_foo.py |
|
||||
|
||||
Reference in New Issue
Block a user