-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Saved new PDF of paper * added an ran pre-commit * Saved new PDF of paper * install pre-commit format for toml file * added flake and toml checks to pre-commit * run flake8 * Saved new PDF of paper * formatted wit flake * Saved new PDF of paper --------- Co-authored-by: vergauwenthomas <[email protected]>
- Loading branch information
1 parent
fdadffd
commit 1175284
Showing
377 changed files
with
11,088 additions
and
8,819 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 |
---|---|---|
|
@@ -331,4 +331,3 @@ jobs: | |
package_build | ||
documentation_requirements | ||
titan_requirements | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: check-toml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/psf/black | ||
rev: 22.10.0 | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks | ||
rev: v2.12.0 | ||
hooks: | ||
- id: pretty-format-toml | ||
args: [--autofix] | ||
|
||
#- repo: https://github.com/pycqa/flake8 | ||
# rev: 6.1.0 | ||
# hooks: | ||
# - id: flake8 | ||
# additional_dependencies: ['flake8-alphabetize', 'flake8-rst-docstrings'] | ||
# args: ['--config=setup.cfg'] | ||
|
||
ci: | ||
autofix_commit_msg: | | ||
[pre-commit.ci] auto fixes from pre-commit.com hooks | ||
for more information, see https://pre-commit.ci | ||
autofix_prs: true |
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 |
---|---|---|
|
@@ -92,7 +92,7 @@ Make sure you have this software installed before proceeding. | |
git checkout name-of-your-bugfix-or-feature | ||
``` | ||
Now you can make local changes. | ||
|
||
4. Test your changes locally. The [build_and_test.sh](https://github.com/vergauwenthomas/MetObs_toolkit/blob/master/deploiment/build_and_test.sh) script builds the package and runs a series of tests. All tests must be successful before your contributions can be merged in the dev branch. | ||
|
||
``` | ||
|
@@ -126,4 +126,4 @@ After the code review, and all review marks are resolved, your contributions wil | |
For general support or questions, you can refer them to @vergauwenthomas, or by mail to ([email protected]). | ||
|
||
## Acknowledgement | ||
This file is inspired by the [RavenPy](https://github.com/CSHS-CWRA/RavenPy) project. Thank you for the inspiration!”. | ||
This file is inspired by the [RavenPy](https://github.com/CSHS-CWRA/RavenPy) project. Thank you for the inspiration!”. |
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
Binary file not shown.
Binary file modified
BIN
-711 Bytes
(94%)
...uild/.doctrees/_autosummary/metobs_toolkit.plotting_functions.correlation_scatter.doctree
Binary file not shown.
Binary file modified
BIN
-1011 Bytes
(95%)
docs/_build/.doctrees/_autosummary/metobs_toolkit.plotting_functions.geospatial_plot.doctree
Binary file not shown.
Binary file modified
BIN
-1.84 KB
(90%)
docs/_build/.doctrees/_autosummary/metobs_toolkit.plotting_functions.timeseries_plot.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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.