From 5ebd1b421701dbe563c81a8660c18e5063a8006f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:45:00 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4) - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.0.4](https://github.com/tox-dev/pyproject-fmt/compare/1.8.0...2.0.4) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3396ec9..6b48392 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,12 @@ repos: - requirements-dev.txt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.4 hooks: - id: ruff - repo: https://github.com/tox-dev/pyproject-fmt - rev: "1.8.0" + rev: "2.0.4" hooks: - id: pyproject-fmt From 300af9e1e639bae111dc33a146e274d5c9b71a25 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:45:07 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30ea868..cb3436e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-backend = "setuptools.build_meta" requires = [ "setuptools>=42", - "setuptools_scm[toml]>=3.4", + "setuptools-scm[toml]>=3.4", "wheel", ] @@ -10,9 +10,9 @@ requires = [ name = "pocean-core" description = "A python framework for working with met-ocean data" readme = "README.md" -license = {file = "LICENSE.txt"} +license = { file = "LICENSE.txt" } authors = [ - {name = "Kyle Wilcox", email = "kyle@axds.co"}, + { name = "Kyle Wilcox", email = "kyle@axds.co" }, ] requires-python = ">=3.8" classifiers = [ @@ -36,13 +36,13 @@ dependencies = [ "shapely>=1.8", "simplejson", ] -[project.urls] -documentation = "https://pyoceans.github.io/pocean-core" -homepage = "https://pypi.org/project/pocean-core/" -repository = "https://github.com/pyoceans/pocean-core" - +urls.documentation = "https://pyoceans.github.io/pocean-core" +urls.homepage = "https://pypi.org/project/pocean-core/" +urls.repository = "https://github.com/pyoceans/pocean-core" [tool.setuptools] -packages = ["pocean"] +packages = [ + "pocean", +] [tool.setuptools_scm] write_to = "pocean/_version.py" @@ -67,7 +67,6 @@ exclude = [ line-length = 100 - lint.ignore = [ #"E265", #"E221", From 5ea7b54949efb32019d8079ed175fce02659c906 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:38:56 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cb3436e..fd44d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ dependencies = [ urls.documentation = "https://pyoceans.github.io/pocean-core" urls.homepage = "https://pypi.org/project/pocean-core/" urls.repository = "https://github.com/pyoceans/pocean-core" + [tool.setuptools] packages = [ "pocean",