Add py.typed marker, project metadata, and update ruff to v0.15.1

This commit is contained in:
Navid Sassan 2026-02-17 20:42:00 +01:00
parent 832c61d707
commit 4468bbfd9d
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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
View File