Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#314)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0)

* fix toml

* qa

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mattia Almansi <m.almansi@bopen.eu>
  • Loading branch information
pre-commit-ci[bot] and malmans2 authored Jan 24, 2023
1 parent 8396a0a commit 450e136
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.5.0
rev: v2.6.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --preserve-quotes]
- id: pretty-format-toml
args: [--autofix]
additional_dependencies: [toml-sort<0.22.0]
- repo: https://github.com/pycqa/isort
rev: 5.11.4
hooks:
Expand Down
38 changes: 19 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

[project]
name = "oceanspy"
description = "A Python package to facilitate ocean model data analysis and visualization."
readme = "README.rst"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering"
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering"
]
dynamic = ["version"]
dependencies = [
"dask",
"xarray >= 0.14.1",
"xgcm >= 0.2.0"
]
"dask",
"xarray >= 0.14.1",
"xgcm >= 0.2.0"
]
description = "A Python package to facilitate ocean model data analysis and visualization."
dynamic = ["version"]
license = {file = "LICENSE"}
name = "oceanspy"
readme = "README.rst"
requires-python = ">=3.9"

[tool.coverage.run]
Expand All @@ -32,8 +32,8 @@ branch = true
profile = "black"

[tool.pytest.ini_options]
testpaths = ["oceanspy/tests"]
addopts = "-v --cov"
testpaths = ["oceanspy/tests"]

[tool.setuptools]
packages = ["oceanspy"]
Expand Down

0 comments on commit 450e136

Please sign in to comment.