Skip to content

Commit ed04b32

Browse files
committed
fixup! ci: Pin mypy to 1.16.1
1 parent 1c3f6f4 commit ed04b32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: run test suite ${{ matrix.tox_env }}
4747
run: tox --skip-pkg-install -e ${{ matrix.tox_env }}
4848

49-
check:
49+
docs:
5050
name: check docs
5151
runs-on: ubuntu-22.04
5252
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ optional-dependencies.docs = [
3131
"towncrier>=22.12",
3232
]
3333
optional-dependencies.lint = [
34-
"black==25.1.0",
34+
"black==24.8.0",
3535
"ruff==0.12.7",
3636
"isort==6.0.1",
3737
"mypy==1.16.1",

0 commit comments

Comments
 (0)