Skip to content

Commit 0fada8f

Browse files
committed
chore(deps): pin ruff==0.6.5; bump ffmt to 0.4.1 from master
1 parent 29f0836 commit 0fada8f

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

toolchain/mfc/lint_source.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,7 @@ def check_double_precision(repo_root: Path) -> list[str]:
185185
errors: list[str] = []
186186
src_dir = repo_root / SRC_DIR
187187
precision_re = re.compile(
188-
r"\b(?:double_precision|double\s+precision|dsqrt|dexp|dlog|dble|dabs|"
189-
r"dprod|dmin|dmax|dfloat|dreal|dcos|dsin|dtan|dsign|dtanh|dsinh|dcosh)\b|"
190-
r"\breal\s*\(\s*[48]\s*\)|"
191-
r"[0-9]d0",
188+
r"\b(?:double_precision|double\s+precision|dsqrt|dexp|dlog|dble|dabs|" r"dprod|dmin|dmax|dfloat|dreal|dcos|dsin|dtan|dsign|dtanh|dsinh|dcosh)\b|" r"\breal\s*\(\s*[48]\s*\)|" r"[0-9]d0",
192189
re.IGNORECASE,
193190
)
194191

toolchain/mfc/viz/interactive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ def _update(
16931693
overlay_vol_nsurf,
16941694
playing_st,
16951695
):
1696-
16971696
_t0 = time.perf_counter()
16981697
_GRAPH_SHOW = {"height": "100vh", "display": "block"}
16991698
_GRAPH_HIDE = {"height": "100vh", "display": "none"}

toolchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323

2424
# Code Health
2525
"typos",
26-
"ruff",
26+
"ruff==0.6.5",
2727
"ffmt==0.4.1",
2828
"ansi2txt",
2929
"pytest",

0 commit comments

Comments
 (0)