-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'split_from_xclim' of github.com:Ouranosinc/xsdba into s…
…plit_from_xclim
- Loading branch information
Showing
11 changed files
with
59 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,13 @@ Credits | |
Development Lead | ||
---------------- | ||
|
||
* Trevor James Smith <smith.trevorj@ouranos.ca> `@Zeitsperre <https://github.com/Zeitsperre>`_ | ||
* Éric Dupuis <dupuis.eric@ouranos.ca> `@coxipi <https://github.com/coxipi>`_ | ||
|
||
Co-Developers | ||
------------- | ||
|
||
* Éric Dupuis <[email protected]> `@coxipi <https://github.com/coxipi>`_ | ||
* Pascal Bourgault <[email protected]> `@aulemahal <https://github.com/aulemahal>`_ | ||
* Trevor James Smith <[email protected]> `@Zeitsperre <https://github.com/Zeitsperre>`_ | ||
|
||
Contributors | ||
------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,11 @@ build-backend = "flit_core.buildapi" | |
[project] | ||
name = "xsdba" | ||
authors = [ | ||
{name = "Éric Dupuis", email = "[email protected]"}, | ||
{name = "Trevor James Smith", email = "[email protected]"} | ||
] | ||
maintainers = [ | ||
{name = "Éric Dupuis", email = "[email protected]"}, | ||
{name = "Trevor James Smith", email = "[email protected]"} | ||
] | ||
readme = {file = "README.rst", content-type = "text/x-rst"} | ||
|
@@ -24,7 +26,6 @@ classifiers = [ | |
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
|
@@ -93,7 +94,6 @@ xsdba = "xsdba.cli:app" | |
|
||
[tool.black] | ||
target-version = [ | ||
"py38", | ||
"py39", | ||
"py310", | ||
"py311", | ||
|
@@ -210,7 +210,7 @@ exclude = [ | |
|
||
[tool.isort] | ||
profile = "black" | ||
py_version = 38 | ||
py_version = 39 | ||
|
||
[tool.mypy] | ||
files = "." | ||
|
@@ -273,7 +273,7 @@ usefixtures = "xdoctest_namespace" | |
[tool.ruff] | ||
src = ["xsdba"] | ||
line-length = 150 | ||
target-version = "py38" | ||
target-version = "py39" | ||
exclude = [ | ||
".eggs", | ||
".git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" | ||
"""# noqa: SS01 | ||
Detrending Objects Utilities | ||
============================ | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.