We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 0297592 commit d8a2fdeCopy full SHA for d8a2fde
1 file changed
pyproject.toml
@@ -1,15 +1,6 @@
1
-[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
4
-
5
[project]
6
name = "ruff-vscode"
7
-version = "2025.22.0"
8
-description = "A Visual Studio Code extension with support for the Ruff linter."
9
-authors = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]
10
-maintainers = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]
11
requires-python = ">=3.7"
12
-license = "MIT"
13
dependencies = ["packaging>=23.1", "ruff-lsp==0.0.62", "ruff==0.11.2"]
14
15
[project.optional-dependencies]
0 commit comments