Skip to content

Commit

Permalink
Merge pull request #849 from AFM-SPM/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Jun 4, 2024
2 parents 9bcdf48 + 8ef8f53 commit 71e2d0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.3
rev: v0.4.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -54,7 +54,7 @@ repos:
- black==22.12.0

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
identity and expression, level of experience, education, socioeconomic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/03-Plotting-scans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"\n",
"The [NumPy](https://numpy.org/) arrays are plotted using [Matplotlib](https://matplotlib.org/) which has excellent\n",
"documentation. If you want to learn more then the [Tutorials and\n",
"Exampes](https://matplotlib.org/stable/users/index.html#tutorials-and-examples) are a good place to start learning from."
"Examples](https://matplotlib.org/stable/users/index.html#tutorials-and-examples) are a good place to start learning from."
]
},
{
Expand Down

0 comments on commit 71e2d0d

Please sign in to comment.