From 4468bbfd9d573cc2125df751efc0b7a6f98beffb Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 17 Feb 2026 20:42:00 +0100 Subject: [PATCH] Add py.typed marker, project metadata, and update ruff to v0.15.1 --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 4 ++++ src/bw_menu/py.typed | 0 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/bw_menu/py.typed diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3382b4..e539699 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.6 + rev: v0.15.1 hooks: - - id: ruff + - id: ruff-check args: [--fix] - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 71fc503..f877404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,14 @@ build-backend = "hatchling.build" [project] name = "bw-menu" version = "0.1.0" +description = "A rofi/fzf frontend for Bitwarden via the rbw CLI" requires-python = ">=3.10" license = "MIT" dependencies = ["pyyaml"] +[project.urls] +Repository = "https://git.navidsassan.ch/navid.sassan/bw-menu" + [dependency-groups] dev = ["pre-commit", "pyright"] diff --git a/src/bw_menu/py.typed b/src/bw_menu/py.typed new file mode 100644 index 0000000..e69de29