Automatically associate .flake8 files as an ini file
See original GitHub issueCurrently I have to add this to my project so that .flake8 is considered an INI-file.
"files.associations": {
".flake8": "ini"
},
It would be cool if VS Code could add this into the extension instead so that one does not have to configure it.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Configuring Flake8 — flake8 6.0.0 documentation
Flake8 supports storing its configuration in your project in one of setup.cfg , tox.ini , or .flake8 . Values set at the command...
Read more >flake8 Documentation - Read the Docs
files. In our case, we keep our Flake8 configuration in tox.ini. ... The conf file is mostly autogenerated, ignore it docs/source/conf.py,.
Read more >flake8-rst-docstrings - Python Package Health Analysis - Snyk
Python docstring reStructuredText (RST) validator for flake8 For more information about ... for example in your .flake8 , setup.cfg , or tox.ini file,...
Read more >Python code formats automatically use isort, black, flake8, and ...
“Import statement must be on top of file.” … (Oh how petty I look when I keep walking other people's backs like that...
Read more >flake8 vs black
Per-Project¶. At the project level, the tox.ini, setup.cfg, .pep8 or .flake8 files are read if present. Only the first file is considered. If...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@thernstig thanks for reminding us to close this, and again, thanks for the PR! 😊
@luabud @karthiknadig You can maybe close this now, I fixed it and it has been merged 😃
See https://github.com/microsoft/vscode-python/pull/7739