Skip to content

Commit 469137f

Browse files
Merge branch 'main' into improve-interactive-output
2 parents f6ed03e + 0cf8151 commit 469137f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: startsWith(matrix.os, 'ubuntu')
7070
- run: pytest codespell_lib
7171
if: startsWith(matrix.os, 'windows')
72-
- uses: codecov/codecov-action@v5
72+
- uses: codecov/codecov-action@v6
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
# tomli should not be required for the next two steps (and make sure it's not)

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.15.5
61+
rev: v0.15.9
6262
hooks:
6363
- id: ruff-check
6464
- id: ruff-format
@@ -79,7 +79,7 @@ repos:
7979
hooks:
8080
- id: validate-pyproject
8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: v1.19.1
82+
rev: v1.20.0
8383
hooks:
8484
- id: mypy
8585
args: ["--config-file", "pyproject.toml"]

codespell_lib/data/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37284,6 +37284,7 @@ magizine->magazine
3728437284
magnatiude->magnitude
3728537285
magnatude->magnitude
3728637286
magnificient->magnificent
37287+
magntiude->magnitude
3728737288
magolia->magnolia
3728837289
mahcine->machine
3728937290
mahcines->machines

0 commit comments

Comments
 (0)