Skip to content

Commit aedec7d

Browse files
dmattiacursoragent
andauthored
fix: Update pre-commit-hooks to v5.0.0 for Python 3.14 compatibility
The check-executables-have-shebangs hook at v2.5.0 imports the `pipes` module which was removed in Python 3.14, causing CI failures. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d58a65d commit aedec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: prettier
1010
args: [--write, --list-different]
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v2.5.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-merge-conflict
1515
- id: check-symlinks

0 commit comments

Comments
 (0)