question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatically associate .flake8 files as an ini file

See original GitHub issue

Currently 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
luabudcommented, Nov 1, 2019

@thernstig thanks for reminding us to close this, and again, thanks for the PR! 😊

0reactions
thernstigcommented, Nov 1, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found