Skip to content

Commit

Permalink
Merge pull request #110 from neutrons/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
rosswhitfield authored Oct 4, 2023
2 parents bd528ac + 5135f6a commit ab2484e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ s=Shiver()
s.show()
```

## For Contibutors
## For Contributors

**Testing**

Expand Down
2 changes: 1 addition & 1 deletion src/shiver/models/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Common utililty functions"""
"""Common utility functions"""

from collections.abc import Iterable

Expand Down
2 changes: 1 addition & 1 deletion src/shiver/views/plots.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ab2484e

Please sign in to comment.