Skip to content

Commit

Permalink
Update pyproject.toml and pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
argythana committed Jun 16, 2024
1 parent 0013708 commit 0f5bb9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ repos:
hooks:
- id: "poetry-check"
- id: "poetry-lock"
args: ["--check"]
args: ["--check", "--no-update"]
- id: "poetry-export"
name: 'poetry export main'
args: [ "--without-hashes", "--only", "main", "-f", "requirements.txt", "-o", "requirements/requirements.txt" ]
- id: "poetry-export"
name: 'poetry export dev'
args: [ "--without-hashes", "--with", "dev", "--with", "docs", "--with", "jupyter", "-f", "requirements.txt", "-o", "requirements/requirements-dev.txt" ]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "r4m-public"
version = "0.1.0"
description = ""
authors = ["ΘΑΝΑΣΗΣ ΑΡΓΥΡΙΟΥ <[email protected]>"]
authors = ["Thanasis Argyriou <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 0f5bb9b

Please sign in to comment.