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:
|
||||
- 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
|
||||
|
||||
|
||||
@ -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"]
|
||||
|
||||
|
||||
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