Skip to content

Commit 565400a

Browse files
committed
bump mypy and ruff
1 parent 535277e commit 565400a

File tree

3 files changed

+42
-6
lines changed

3 files changed

+42
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
- id: isort
1111
name: isort
1212
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.17.0
13+
rev: v1.17.1
1414
hooks:
1515
- id: mypy
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: 'v0.12.5'
18+
rev: 'v0.12.7'
1919
hooks:
2020
- id: ruff
2121
name: ruff

poetry.lock

Lines changed: 38 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ mammoth = "^1.10.0"
3434

3535
[tool.poetry.group.dev.dependencies]
3636
black = "^25.1.0"
37-
mypy = "^1.16.1"
38-
ruff = "^0.12.0"
37+
mypy = "^1.17.1"
38+
ruff = "^0.12.7"
3939
pre-commit = "^4.2.0"
4040
pytest = "^8.4.1"
4141
pytest-cov = "^6.2.1"

0 commit comments

Comments
 (0)