Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Aug 5, 2024
1 parent 311d16d commit 14d0f1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/crosscorrelation_seriesJ.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import matplotlib as mpl\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"\n",
"import pastas_plugins.cross_correlation as ppcc"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/modflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"source": [
"import pandas as pd\n",
"import pastas as ps\n",
"\n",
"from pastas.timer import SolveTimer\n",
"\n",
"import pastas_plugins.modflow as ppmf\n",
"\n",
"ps.set_log_level(\"ERROR\")"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/responses.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import pastas as ps\n",
"import numpy as np\n",
"\n",
"import pastas_plugins as pp\n",
"from pastas_plugins import responses"
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ rtd = [
[tool.setuptools.dynamic]
version = { attr = "pastas_plugins.version.__version__" }

[tool.ruff]
extend-include = ["*.ipynb"]

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down

0 comments on commit 14d0f1a

Please sign in to comment.