Skip to content

Commit

Permalink
Merge pull request tatuylonen#161 from xxyzz/typos
Browse files Browse the repository at this point in the history
Ignore patch updates of the "typos" command
  • Loading branch information
xxyzz authored Dec 11, 2023
2 parents bd8f58a + 8576f8a commit de7e291
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "typos" # ignore patch updates
update-types: ["version-update:semver-patch"]
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- run: python -m pip install -e .[dev]
# - run: python -m black --check .
# - run: python -m mypy -p wikitextprocessor
# - run: python -m ruff .
- uses: crate-ci/[email protected].23
- uses: crate-ci/[email protected].24
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit de7e291

Please sign in to comment.