Skip to content

Commit e332522

Browse files
pre-commit-ci[bot]aieng-bot-maintain[bot]
andauthored
[pre-commit.ci] pre-commit autoupdate (#38)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/uv-pre-commit: 0.6.12 → 0.9.18](astral-sh/uv-pre-commit@0.6.12...0.9.18) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.4...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1) * Fix linting issues after pre-commit autoupdate - Replaced deprecated check-byte-order-marker with fix-byte-order-marker - The check-byte-order-marker hook has been removed from pre-commit-hooks - Updated to use fix-byte-order-marker as recommended by upstream Co-authored-by: AI Engineering Maintenance Bot <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: aieng-bot-maintain[bot] <[email protected]>
1 parent bb278e8 commit e332522

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: v5.0.0 # Use the ref you want to point at
3+
rev: v6.0.0 # Use the ref you want to point at
44
hooks:
55
- id: trailing-whitespace
66
- id: check-ast
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
1313
args: [--fix=lf]
14-
- id: check-byte-order-marker
14+
- id: fix-byte-order-marker
1515
- id: check-merge-conflict
1616
- id: check-symlinks
1717
- id: detect-private-key
@@ -20,12 +20,12 @@ repos:
2020
- id: check-toml
2121

2222
- repo: https://github.com/astral-sh/uv-pre-commit
23-
rev: 0.6.12
23+
rev: 0.9.18
2424
hooks:
2525
- id: uv-lock
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 'v0.11.4'
28+
rev: 'v0.14.10'
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -34,7 +34,7 @@ repos:
3434
types_or: [python, jupyter]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.15.0
37+
rev: v1.19.1
3838
hooks:
3939
- id: mypy
4040
entry: python3 -m mypy --config-file pyproject.toml

0 commit comments

Comments
 (0)