Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Jul 29, 2024
1 parent 66f8d5d commit ba443fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.rye.scripts]
check = "pyright"
build = "docker build --tag=carderne/sigexport:dev ."
test = "pytest"
sig = "sigexport"

fmt = "rye fmt"
lint = "rye lint --fix"
check = "pyright"
test = "pytest"
all = { chain = ["fmt", "lint", "check", "test"] }

[project]
name = "signal-export"
description = "Export Signal conversations to Markdown and HTML"
Expand Down Expand Up @@ -34,6 +38,7 @@ dependencies = [

[tool.rye]
managed = true
generate-hashes = false
dev-dependencies = [
"build",
"pyright",
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# features: ["sql"]
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
beautifulsoup4==4.12.3
Expand Down
2 changes: 2 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# features: ["sql"]
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
beautifulsoup4==4.12.3
Expand Down

0 comments on commit ba443fc

Please sign in to comment.