atom-community / atom-community/ide-python
flake8 exclude list does not work
Open
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
flake8 runs on files even if they are in the exclude list.
To reproduce:
1. Create a file called `.svn`.
2. Open it in Atom.
3. Change the grammar to MagicPython.
4. Type `1 + `.
5. Open the Linter pane and notice flake8 has raised W291 and E999.
Contributor guide
Assessment
This issue has not been assessed yet.