From 0f5bb9b1af6ffdbab83b3bf84088769a35d4aa99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=98=CE=91=CE=9D=CE=91=CE=A3=CE=97=CE=A3=20=CE=91=CE=A1?= =?UTF-8?q?=CE=93=CE=A5=CE=A1=CE=99=CE=9F=CE=A5?= Date: Sun, 16 Jun 2024 13:33:22 +0300 Subject: [PATCH] Update pyproject.toml and pre-commit. --- .pre-commit-config.yaml | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dfcd9e..276ae8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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" ] diff --git a/pyproject.toml b/pyproject.toml index 511cac7..9e2c276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "r4m-public" version = "0.1.0" description = "" -authors = ["ΘΑΝΑΣΗΣ ΑΡΓΥΡΙΟΥ "] +authors = ["Thanasis Argyriou "] readme = "README.md" [tool.poetry.dependencies]