Skip to content

Commit ebfd303

Browse files
authored
Merge pull request #163 from ocefpaf/typo
Fix typo...
2 parents 2f10043 + 0019686 commit ebfd303

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-ast
66
- id: debug-statements
77
- id: check-added-large-files
88

99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.2.5
10+
rev: v2.2.6
1111
hooks:
1212
- id: codespell
1313
exclude: >
@@ -20,13 +20,13 @@ repos:
2020
- --ignore-words-list=nin,preformed,wih,
2121

2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: 0.13.0
23+
rev: 1.8.0
2424
hooks:
2525
- id: pyproject-fmt
2626

2727

2828
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: v0.0.283
29+
rev: v0.3.7
3030
hooks:
3131
- id: ruff
3232

gsw/tests/gsw_check_functions_save.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
gsw_ver
3333

3434
fprintf(1,' \n');
35-
fprintf(1,'If you have any questions reguarding this software email [email protected]\n');
35+
fprintf(1,'If you have any questions regarding this software email [email protected]\n');
3636
fprintf(1,' \n');
3737
fprintf(1,'This function is running three stored vertical profiles through\n');
3838
fprintf(1,'all the functions in the GSW Oceanographic Toolbox, and then checks\n');

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
3132
"Topic :: Scientific/Engineering",
3233
]
3334
dynamic = [

0 commit comments

Comments
 (0)