atom-community / atom-community/ide-python
disable for certain file extensions
未关闭
- 主要语言
- JavaScript
- 星标
- 238
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
I would like to be able to disable ide-python for files matching a certain Glob, a la [Linter](https://atom.io/packages/linter).
For example, [snakemake](https://snakemake.readthedocs.io/en/stable/) uses a python-based language (and thus [MagicPython](https://atom.io/packages/magicpython) in Atom), but pycodestyle and pyflakes don't know how to handle it. If I could disable ide-python for files called "Snakefile" and ending in ".smk", that would be very useful.
贡献指南
调研方向
未指定任何文件或测试。首先查看 ide-python 如何选择文件并暴露设置,然后比较针对 Snakefile 和 *.smk 所请求的基于 glob 的排除项;完成的标准是,这些文件不再调用 pycodestyle 或 pyflakes,而普通 Python 文件仍会调用它们。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100