vscode-flake8 icon indicating copy to clipboard operation
vscode-flake8 copied to clipboard

Linting support for python using the flake8 library.

Results 20 vscode-flake8 issues
Sort by recently updated
recently updated
newest added

Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0. Release notes Sourced from packaging's releases. 24.0 What's Changed Fix specifier matching when the specifier is long and has an epoch by @​SpecLad in...

debt

Whenever there are user facing references like in settings, commands or descriptions, we should capitalize "Python".

good first issue
debt
needs PR

This request is a transferred from vscode-python on issue https://github.com/microsoft/vscode-python/issues/3836. This issue will be maintained as tracking this feature request for flake8. Please upvote if you would like to demonstrate...

feature-request
needs PR

Expectations: - code linting works - we have a distinct error message if required plugin is not installed Actual behavior: - vscode-flake8 silently fails linting when flake8 is missing a...

bug
needs PR

# Issue description Currently, when a flake8 error is reported, users have to manually update their configuration files (.flake8 or pyproject.toml) to suppress the error. This can be a time-consuming...

feature-request
needs community feedback

I am trying to configure flake8 as such: ```py class test: __init__(self): pass # pylint: disable=syntax-error a = 0 c = 2 b = 1 if True: if True: pass...

feature-request
needs community feedback

I am using `flakehell ` as the runner for `flake8` . I am able to configure it using ``` json "python.linting.flake8Path": "~/.local/share/virtualenvs/proj/bin/flake8helled", ``` But I had to give the full...

feature-request
needs community feedback

Flake8 has a [plugin system](https://flake8.pycqa.org/en/latest/user/using-plugins.html). There are a lot of [useful plugins](https://dev.to/bowmanjd/some-flake8-plugins-for-python-linting-107h). Flake8 extension has no instructions about how to use plugins in my code. It looks like it isn't...

bug
documentation

Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies