From 95c02126c08e8d7a7cdf7f616cb5b9039849c228 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:02:30 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed457d72..c5ea7b61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: flake8 args: ['--max-line-length=120'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell - repo: local From 5135f6a0d428218a7b53036124c1cbec1e6fde4c Mon Sep 17 00:00:00 2001 From: Ross Whitfield Date: Wed, 4 Oct 2023 11:17:45 +1100 Subject: [PATCH 2/2] Fix spelling --- README.md | 2 +- src/shiver/models/utils.py | 2 +- src/shiver/views/plots.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac4f518b..b4bd597f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ s=Shiver() s.show() ``` -## For Contibutors +## For Contributors **Testing** diff --git a/src/shiver/models/utils.py b/src/shiver/models/utils.py index f81f1b24..134029fb 100644 --- a/src/shiver/models/utils.py +++ b/src/shiver/models/utils.py @@ -1,4 +1,4 @@ -"""Common utililty functions""" +"""Common utility functions""" from collections.abc import Iterable diff --git a/src/shiver/views/plots.py b/src/shiver/views/plots.py index d4140ee4..b882b22b 100644 --- a/src/shiver/views/plots.py +++ b/src/shiver/views/plots.py @@ -1,4 +1,4 @@ -"""Functions to plot histgrams""" +"""Functions to plot histograms""" import matplotlib.pyplot as plt from mantidqt.widgets.sliceviewer.presenters.presenter import SliceViewer from mantidqt.plotting.functions import manage_workspace_names, plot_md_ws_from_names