Skip to content

Commit a7ef249

Browse files
authored
Merge pull request #1108 from sanders41/pre-commit
Bump pre-commit hooks and pre-commit
2 parents 2d758f2 + b20ce7d commit a7ef249

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-toml
@@ -14,7 +14,7 @@ repos:
1414
- id: mypy
1515
additional_dependencies: [pydantic, types-aiofiles, types-ujson]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.6.8
17+
rev: v0.6.9
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev-dependencies = [
4343
"mkdocs-material==9.5.32",
4444
"mkdocstrings[python]==0.25.2",
4545
"mypy==1.11.1",
46-
"pre-commit==3.8.0",
46+
"pre-commit==4.0.0",
4747
"pytest==8.3.2",
4848
"pytest-cov==5.0.0",
4949
"pytest-asyncio==0.24.0",

uv.lock

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

0 commit comments

Comments
 (0)