From c14c9a331cc671b3ec9281bb1366d92fe310de23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:36:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tools/schemacode/pyproject.toml | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tools/schemacode/pyproject.toml b/tools/schemacode/pyproject.toml index 7a7dce0db7..f53b095825 100644 --- a/tools/schemacode/pyproject.toml +++ b/tools/schemacode/pyproject.toml @@ -3,18 +3,7 @@ build-backend = "setuptools.build_meta" requires = ["setuptools"] [project] -name = "bidsschematools" -description = " Python tools for working with the BIDS schema." authors = [{name = "bids-standard developers"}] -maintainers = [{name = "bids-standard developers", email = " bids.maintenance@gmail.com"}] -license = {text = "MIT"} -readme = "README.md" -requires-python = ">=3.9" -dependencies = [ - "click", - "pyyaml", - "jsonschema" -] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", @@ -26,9 +15,27 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13" ] +dependencies = [ + "click", + "pyyaml", + "jsonschema" +] +description = " Python tools for working with the BIDS schema." dynamic = ["version"] +license = {text = "MIT"} +maintainers = [{name = "bids-standard developers", email = " bids.maintenance@gmail.com"}] +name = "bidsschematools" +readme = "README.md" +requires-python = ">=3.9" [project.optional-dependencies] +all = [ + "bidsschematools[doc,tests]" +] +doc = [ + "sphinx>=1.5.3", + "sphinx_rtd_theme" +] expressions = ["pyparsing"] render = [ "tabulate", @@ -45,13 +52,6 @@ tests = [ "pytest>6", "pytest-cov" ] -doc = [ - "sphinx>=1.5.3", - "sphinx_rtd_theme" -] -all = [ - "bidsschematools[doc,tests]" -] [project.scripts] bst = "bidsschematools.__main__:cli" @@ -60,8 +60,6 @@ bst = "bidsschematools.__main__:cli" Homepage = "https://github.com/bids-standard/bids-specification" [tool.black] -line-length = 99 -include = '\.pyi?$' exclude = ''' ( /( @@ -76,6 +74,8 @@ exclude = ''' )/ ) ''' +include = '\.pyi?$' +line-length = 99 [tool.coverage.run] omit = [