2021-05-04 16:50:01 +03:00
|
|
|
[tool.black]
|
|
|
|
# current releleased version of Black doesn't have extend-exclude, so add pybind11 and mlir to default extend until released
|
2021-05-11 15:28:50 +03:00
|
|
|
exclude = '/(\.direnv|\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|\.svn|_build|buck-out|build|dist|pybind11|mlir|users|llvm-project)/'
|
2021-07-22 18:33:46 +03:00
|
|
|
|
|
|
|
[tool.mypy]
|
|
|
|
python_version=3.8
|
|
|
|
ignore_missing_imports=true
|
2021-07-26 12:09:11 +03:00
|
|
|
files="src/python/ksc/torch_frontend.py, src/python/ksc/type.py, src/python/ksc/expr.py, src/python/ksc/filter_term.py, src/python/ksc/cgen.py, src/python/ksc/compile.py, src/python/ksc/interpreter.py, src/python/ksc/prim.py"
|