提交 8d612023 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Make isort ignore Cython files

上级 b73abda5
......@@ -160,7 +160,8 @@ lines_after_imports = 2
lines_between_sections = 1
honor_noqa = True
skip_gitignore = True
skip = aesara/version.py, **/__init__.py
skip = aesara/version.py
skip_glob = **/*.pyx
[mypy]
ignore_missing_imports = True
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论