Skip to content

Commit bc3b2ee

Browse files
author
Alvaro Muñoz
authored
Merge pull request #1 from GitHubSecurityLab/nits
Some nits
2 parents 05ae727 + 3dd3822 commit bc3b2ee

File tree

9,971 files changed

+61
-955634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,971 files changed

+61
-955634
lines changed

.gitignore

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
11
jupyter-data/
2+
3+
# Byte-compiled / optimized / DLL files
4+
__pycache__/
5+
*.py[cod]
6+
*$py.class
7+
8+
# C extensions
9+
*.so
10+
11+
# Distribution / packaging
12+
.Python
13+
build/
14+
develop-eggs/
15+
dist/
16+
downloads/
17+
eggs/
18+
.eggs/
19+
lib/
20+
lib64/
21+
parts/
22+
sdist/
23+
var/
24+
wheels/
25+
share/python-wheels/
26+
*.egg-info/
27+
.installed.cfg
28+
*.egg
29+
MANIFEST
30+
31+
# Unit test / coverage reports
32+
htmlcov/
33+
.tox/
34+
.nox/
35+
.coverage
36+
.coverage.*
37+
.cache
38+
nosetests.xml
39+
coverage.xml
40+
*.cover
41+
*.py,cover
42+
.hypothesis/
43+
.pytest_cache/
44+
cover/
45+
46+
# Jupyter Notebook
47+
.ipynb_checkpoints
48+
49+
# IPython
50+
profile_default/
51+
ipython_config.py
52+
53+
# Environments
54+
.env
55+
.venv
56+
env/
57+
venv/
58+
ENV/
59+
env.bak/
60+
venv.bak/

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ data-files: clean
77
cp codeql_kernel/images/* jupyter-data/share/jupyter/kernels/codeql/
88

99
install: data-files
10+
pip3 install tree_sitter
1011
python3 build_treesitter.py
1112
pip3 install -e ".[test]"
1213

-326 Bytes
Binary file not shown.
-321 Bytes
Binary file not shown.
-198 Bytes
Binary file not shown.
-6.26 KB
Binary file not shown.
-17.4 KB
Binary file not shown.
-5.71 KB
Binary file not shown.
-3.53 KB
Binary file not shown.
-1.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)