Skip to content

Commit 33decbc

Browse files
authored
Merge pull request #319 from vanroekel/vanroekel/design-doc/submeso
Adds a submesoscale eddy design document
2 parents fc53608 + 819afee commit 33decbc

File tree

4 files changed

+353
-4
lines changed

4 files changed

+353
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
# - id: include-what-you-use
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -25,7 +25,7 @@ repos:
2525

2626
# Can run individually with `flynt [file]` or `flynt [source]`
2727
- repo: https://github.com/ikamensh/flynt
28-
rev: 1.0.1
28+
rev: 1.0.6
2929
hooks:
3030
- id: flynt
3131
args: ["--fail-on-change", "--verbose", "--line-length=79"]
@@ -35,15 +35,15 @@ repos:
3535
# Need to use flake8 GitHub mirror due to CentOS git issue with GitLab
3636
# https://github.com/pre-commit/pre-commit/issues/1206
3737
- repo: https://github.com/pycqa/flake8
38-
rev: 7.1.2
38+
rev: 7.3.0
3939
hooks:
4040
- id: flake8
4141
args: ["--config=components/omega/python_lint.cfg"]
4242
additional_dependencies: [flake8-isort]
4343

4444
# Can run individually with `pre-commit run mypy --all-files`
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.15.0
46+
rev: v1.18.2
4747
hooks:
4848
- id: mypy
4949
args: ["--config=components/omega/python_lint.cfg", "--show-error-codes"]

components/omega/doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
'deflist',
6969
'dollarmath'
7070
]
71+
math_number_all = True
72+
math_numfig = False
73+
myst_dmath_allow_labels = True
7174
myst_number_code_blocks = ["typescript"]
7275
myst_heading_anchors = 3
7376
myst_footnote_transition = True

0 commit comments

Comments
 (0)