From 74e1965fc4a9acd0b2a451ba6fdb4d4e4aea0684 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 06:35:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8233b..dc5e518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,26 +1,26 @@ [build-system] -requires = ["setuptools>=61.0.0", "setuptools_scm[toml]>=7.0.0"] build-backend = "setuptools.build_meta" +requires = ["setuptools>=61.0.0", "setuptools_scm[toml]>=7.0.0"] [project] -name = "dsv-scripts" -authors = [{ name = "The DSV Team" }] +authors = [{name = "The DSV Team"}] description = "Various scripts to help manage the Diverse Stardew Valley mod." +dynamic = ["dependencies", "urls", "version"] +license = {text = "BSD-3-Clause"} +name = "dsv-scripts" readme = "README.md" -license = { text = "BSD-3-Clause" } requires-python = ">=3.10" -dynamic = ["dependencies", "urls", "version"] [tool.black] target-version = ["py310"] [tool.isort] -profile = "black" classes = ["IO"] +profile = "black" [tool.pydocstyle] -convention = "google" add-ignore = ["D100", "D417"] +convention = "google" match = 'dsv_scripts/.+\.py' [tool.setuptools_scm]