atom-community / atom-community/ide-python

disable for certain file extensions

Open
#229 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
238
Forks
40
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Research direction

No files or tests are named. Start by reviewing how ide-python selects files and exposes settings, then compare the requested glob-based exclusions for Snakefile and *.smk; done means those files no longer invoke pycodestyle or pyflakes while normal Python files still do.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, python
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.