-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are a couple of bug fixes between `0.5.4` and `0.5.7` which will be useful for users who prefer to use the bundled version of Ruff.
- Loading branch information
1 parent
8a6c9db
commit 00d86f7
Showing
4 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ authors = [{ name = "Charlie Marsh", email = "[email protected]" }] | |
maintainers = [{ name = "Charlie Marsh", email = "[email protected]" }] | ||
requires-python = ">=3.7" | ||
license = "MIT" | ||
dependencies = ["packaging>=23.1", "ruff-lsp==0.0.54", "ruff==0.5.4"] | ||
dependencies = ["packaging>=23.1", "ruff-lsp==0.0.54", "ruff==0.5.7"] | ||
|
||
[project.optional-dependencies] | ||
dev = ["mypy==1.2.0", "python-lsp-jsonrpc==1.0.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters