mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-20 00:33:30 +01:00
build(tools): migrate trezor-pylint-plugin to uv
This commit is contained in:
1
tools/trezor-pylint-plugin/.gitignore
vendored
1
tools/trezor-pylint-plugin/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*.egg-info
|
||||
/build
|
||||
uv.lock
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
[tool.poetry]
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "trezor-pylint-plugin"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["matejcik <ja@matejcik.cz>"]
|
||||
authors = [{ name = "matejcik", email = "ja@matejcik.cz" }]
|
||||
requires-python = ">=3.9,<4"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
pylint = "*"
|
||||
astroid = "*"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
dependencies = [
|
||||
"pylint",
|
||||
"astroid",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user