You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Flake8 extension for Visual Studio Code
2
2
3
-
A Visual Studio Code extension with support for the Flake8 linter. The extension ships with `flake8==7.1.0`.
3
+
A Visual Studio Code extension with support for the Flake8 linter. The extension ships with `flake8==7.1.1`.
4
4
5
5
> **Note**: The minimum version of Flake8 this extension supports is 5.0.0. If you are having issues with Flake8, please report it to [this issue tracker](https://github.com/PyCQA/flake8/issues) as this extension is just a wrapper around Flake8.
6
6
7
-
This extension supports all [actively supported versions](https://devguide.python.org/versions/#status-of-python-versions) of the Python language.
7
+
This extension supports all [actively supported versions](https://devguide.python.org/versions/#status-of-python-versions) of the Python language.
8
8
9
9
For more information on Flake8, see https://flake8.pycqa.org/
0 commit comments