Skip to content

Commit

Permalink
Merge fe50231 into 88a61c5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 10, 2020
2 parents 88a61c5 + fe50231 commit 3d76b3e
Show file tree
Hide file tree
Showing 66 changed files with 569 additions and 2,180 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -30,11 +30,16 @@ repos:
# hooks:
# - id: autopep8
# args: ['--global-config=setup.cfg','--in-place']
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
- repo: https://github.com/timothycrosley/isort
rev: 5.0.7
hooks:
- id: reorder-python-imports
- id: isort
language_version: python3
args: ['--profile', 'black']
#- repo: https://github.com/pycqa/pydocstyle
# rev: 5.0.2
# hooks:
# - id: pydocstyle
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
hooks:
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/xclim_training/Exercices.ipynb
Expand Up @@ -39,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -60,7 +60,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 3d76b3e

Please sign in to comment.