Skip to content

Commit

Permalink
Merge pull request #163 from ocefpaf/typo
Browse files Browse the repository at this point in the history
Fix typo...
  • Loading branch information
ocefpaf authored Apr 18, 2024
2 parents 2f10043 + 0019686 commit ebfd303
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-ast
- id: debug-statements
- id: check-added-large-files

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: >
Expand All @@ -20,13 +20,13 @@ repos:
- --ignore-words-list=nin,preformed,wih,

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.13.0
rev: 1.8.0
hooks:
- id: pyproject-fmt


- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.283
rev: v0.3.7
hooks:
- id: ruff

Expand Down
2 changes: 1 addition & 1 deletion gsw/tests/gsw_check_functions_save.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
gsw_ver

fprintf(1,' \n');
fprintf(1,'If you have any questions reguarding this software email [email protected]\n');
fprintf(1,'If you have any questions regarding this software email [email protected]\n');
fprintf(1,' \n');
fprintf(1,'This function is running three stored vertical profiles through\n');
fprintf(1,'all the functions in the GSW Oceanographic Toolbox, and then checks\n');
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]
dynamic = [
Expand Down

0 comments on commit ebfd303

Please sign in to comment.