From 553e5770459c5fc57e66a70d3d0c23768ea4d941 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Wed, 15 May 2024 14:09:34 -0400 Subject: [PATCH] ruff --- autotest/test_snapshots.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest/test_snapshots.py b/autotest/test_snapshots.py index 04cabc9..0c81aba 100644 --- a/autotest/test_snapshots.py +++ b/autotest/test_snapshots.py @@ -5,7 +5,7 @@ proj_root = Path(__file__).parents[1] module_path = Path(inspect.getmodulename(__file__)) -pytest_plugins = [ "modflow_devtools.snapshots" ] # activate snapshot fixtures +pytest_plugins = ["modflow_devtools.snapshots"] # activate snapshot fixtures snapshot_array = np.array([1.1, 2.2, 3.3]) snapshots_path = proj_root / "autotest" / "__snapshots__" diff --git a/docs/conf.py b/docs/conf.py index df200b0..e29d7e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "modflow-devtools" author = "MODFLOW Team" -release = '1.6.0.dev0' +release = "1.6.0.dev0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration