File: control

package info (click to toggle)
python-lsp-ruff 1.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 148 kB
  • sloc: python: 752; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-lsp-ruff
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arto Jantunen <viiru@debian.org>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-lsprotocol,
               python3-pylsp,
               python3-pytest,
               python3-ruff,
               python3-setuptools,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/python-lsp/python-lsp-ruff/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-ruff
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-ruff.git

Package: python3-pylsp-ruff
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Ruff linting plugin for pylsp
 python-lsp-ruff is a plugin for python-lsp-server that adds linting, code
 action and formatting capabilities that are provided by ruff, an extremely
 fast Python linter written in Rust.