Skip to content

Commit

Permalink
Merge branch 'basin-delineation' of https://github.com/hydrologie/xhydro
Browse files Browse the repository at this point in the history
 into basin-delineation
  • Loading branch information
sebastienlanglois committed Mar 11, 2024
2 parents 750b5d5 + 32b07b5 commit a0eb88a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
hooks:
- id: nbstripout
files: '.ipynb'
args: [ '--keep-count', '--keep-output', '--drop-empty-cells' ]
args: [ '--keep-count', '--keep-output', '--drop-empty-cells', '--extra-keys=metadata.kernelspec' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
hooks:
Expand Down
5 changes: 0 additions & 5 deletions docs/notebooks/climate_change.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down
5 changes: 0 additions & 5 deletions docs/notebooks/local_frequency_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6788,11 +6788,6 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand Down

0 comments on commit a0eb88a

Please sign in to comment.