Add py.typed marker, project metadata, and update ruff to v0.15.1
This commit is contained in:
parent
832c61d707
commit
4468bbfd9d
@ -1,8 +1,8 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.11.6
|
rev: v0.15.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff-check
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|
||||||
|
|||||||
@ -5,10 +5,14 @@ build-backend = "hatchling.build"
|
|||||||
[project]
|
[project]
|
||||||
name = "bw-menu"
|
name = "bw-menu"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "A rofi/fzf frontend for Bitwarden via the rbw CLI"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
dependencies = ["pyyaml"]
|
dependencies = ["pyyaml"]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Repository = "https://git.navidsassan.ch/navid.sassan/bw-menu"
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = ["pre-commit", "pyright"]
|
dev = ["pre-commit", "pyright"]
|
||||||
|
|
||||||
|
|||||||
0
src/bw_menu/py.typed
Normal file
0
src/bw_menu/py.typed
Normal file
Loading…
x
Reference in New Issue
Block a user