Skip to content

Commit 77d6e12

Browse files
build(deps): update bugfixes
1 parent 21d7e62 commit 77d6e12

File tree

3 files changed

+38
-47
lines changed

3 files changed

+38
-47
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: fix-byte-order-marker
1414
- id: mixed-line-ending
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.14.9"
16+
rev: "v0.14.10"
1717
hooks:
1818
# Run the linter
1919
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lint = [
4747
"sphinx>=7.4.7",
4848
]
4949
types = [
50-
"mypy[reports]==1.18.2",
50+
"mypy[reports]==1.19.1",
5151
"types-Pygments",
5252
"types-colorama",
5353
"types-setuptools",

0 commit comments

Comments
 (0)