Skip to content

Commit

Permalink
Pin typos version to latest currently available tag v1.24.5 (#1486)
Browse files Browse the repository at this point in the history
* Pin typos version to latest currently available tag v1.24.5

* Address typos failures

* Add @bpaul4 as a code owner for typos.toml
  • Loading branch information
lbianchi-lbl committed Sep 5, 2024
1 parent fe422c0 commit 8140a3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ requirements*.txt @lbianchi-lbl @ksbeattie

# CI infra
.github/ @lbianchi-lbl @ksbeattie
# spellchecker configuration
.github/workflows/typos.toml @bpaul4 @lbianchi-lbl

# testing
pytest*.ini @lbianchi-lbl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Run Spell Checker
uses: crate-ci/typos@master
uses: crate-ci/typos@v1.24.5
with:
config: ./.github/workflows/typos.toml

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ mis = "mis"
MIS = "MIS"
# TEMPORARY - Remove after example update
upadate = "upadate"
# docs/how_to_guides/data_management_framework/index.rst:14:8
workpace = "workpace"

# false positive from 1.20.3
RTO = "RTO"
Expand Down
2 changes: 1 addition & 1 deletion idaes/core/initialization/tests/test_initializer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def test_get_submodel_initializer_process_base_default(self):
)

@pytest.mark.unit
def test_get_submodel_initializer_priorit(self):
def test_get_submodel_initializer_priority(self):
# Progressively add higher priority initializers and ensure they are returned
class DummyParam:
def __init__(self):
Expand Down

0 comments on commit 8140a3d

Please sign in to comment.