Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2023
1 parent 5bd6ab7 commit 9209f49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 9209f49

Please sign in to comment.