Skip to content

Commit

Permalink
Merge pull request #91 from pyoceans/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf authored May 14, 2024
2 parents 2009272 + 5ea7b54 commit a5ae117
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
"setuptools_scm[toml]>=3.4",
"setuptools-scm[toml]>=3.4",
"wheel",
]

[project]
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 = "[email protected]"},
{ name = "Kyle Wilcox", email = "[email protected]" },
]
requires-python = ">=3.8"
classifiers = [
Expand All @@ -36,13 +36,14 @@ 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"
Expand All @@ -67,7 +68,6 @@ exclude = [

line-length = 100


lint.ignore = [
#"E265",
#"E221",
Expand Down

0 comments on commit a5ae117

Please sign in to comment.