Releases: microsoft/vscode-flake8
Releases · microsoft/vscode-flake8
2023.10.0
What's Changed
Enhancements
- Adds ignore patterns and some bug fixes by @karthiknadig in #239
Full Changelog: v2023.8.0...v2023.10.0
2023.8.0
What's Changed
Enhancements
- Add E201 quick fix by @KasperZutterman in #188
- Allow overriding severity based on error code prefix match by @jnooree in #196
- Add E262 quick fix by @KasperZutterman in #187
- Add E202 quick fix by @KasperZutterman in #197
- Add multiple quick fixes by @KasperZutterman in #206
Bug Fixes
- Ensure filtering for stdlib excludes sysconfig data by @karthiknadig in #185
- Ensure
tool
dir is always on path by @karthiknadig in #205
Code Health
- Removed python 3.7 from tests action by @Riya28 in #220
- Improve setting description for default interpreter setting by @sainarne15 in #224
- Update pr-check.yml to have 3.11 and 3.12-dev by @bhagya-98 in #225
- Update to latest version of packages and python by @karthiknadig in #234
- Code action test should wait for diagnostics by @jessienguyen2312 in #223
New Contributors
- @KasperZutterman made their first contribution in #188
- @jnooree made their first contribution in #196
- @Riya28 made their first contribution in #220
- @sainarne15 made their first contribution in #224
- @bhagya-98 made their first contribution in #225
- @jessienguyen2312 made their first contribution in #223
Full Changelog: v2023.6.0...v2023.8.0
2023.6.0
What's Changed
Enhancements
- Add code action for E241 by @SruthiSathya in #168
- Add code action for E242 by @kyoto7250 in #176
- Add code action for E272 by @SruthiSathya in #181
Bug Fixes
- Fix typo in README.md by @dciborow in #131
- Ensure column is pinned to 0 by @karthiknadig in #143
- Mark virtual workspaces as unsupported in package.json by @karthiknadig in #169
- Remove incorrect statement from README by @TimStricker in #165
Code Health
- Engineering - update pre-release pipeline by @lszomoru in #164
- Update to node 16, dependencies and fixes from other extensions by @karthiknadig in #154
New Contributors
- @dciborow made their first contribution in #131
- @TimStricker made their first contribution in #165
- @SruthiSathya made their first contribution in #168
- @kyoto7250 made their first contribution in #176
Full Changelog: 2023.4.0...2023.6.0
2023.4.0
What's Changed
Bug Fixes
- Ensure global settings are passed to the server. by @karthiknadig in #117
- Skip linting on untitled files. by @karthiknadig in #118
Code Health
- Clean up and fixes from extension template by @karthiknadig in #126
Full Changelog: 2023.2.0...2023.4.0
2023.2.0
What's Changed
Enhancements
- Added quick fix for when flake8 triggers the "multiple spaces after keyword" warning by @satya-vinay in #76
- Add support for legacy
python.linting.cwd
setting by @karthiknadig in #102
Code Health
- Remove PR Chat by @lramos15 in #83
- Update localization by @paulacamargo25 in #99
- Set Dependabot Python version by @karthiknadig in #103
- Remove redundant activation events by @karthiknadig in #110
New Contributors
- @satya-vinay made their first contribution in #76
Full Changelog: 2022.6.0...2023.2.0
2022.6.0
What's Changed
Enhancements
- Initial commit by @karthiknadig in #1
- Code action support to provide command quick fixes by @karthiknadig in #30
- Added quick fix for "tab before keyword" warning by @radhikaaggarwal19 in #44
- Update to use latest python environment APIs by @karrtikr in #59
- Added quick fix for "tab after keyword" (E273) by @anu-ka in #65
Bug Fixes
- Bug fixes for file only scenario by @karthiknadig in #48
Code Health
- Update packages and fix build by @karthiknadig in #32
- Reorder
flake8
settings inpackage.json
in an alphabetical order by @avaniatre4 in #43
New Contributors
- @lramos15 made their first contribution in #3
- @avaniatre4 made their first contribution in #43
- @radhikaaggarwal19 made their first contribution in #44
- @karrtikr made their first contribution in #59
- @anu-ka made their first contribution in #65
Full Changelog: https://github.com/microsoft/vscode-flake8/commits/2022.6.0