Skip to content

Commit d86d520

Browse files
authored
Merge branch 'main' into add-build-constraints
2 parents f372c74 + 50723a7 commit d86d520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-builtin-literals
88
- id: check-added-large-files
@@ -22,7 +22,7 @@ repos:
2222
- id: black
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.7
25+
rev: v0.12.11
2626
hooks:
2727
- id: ruff-check
2828
args: [--fix]

0 commit comments

Comments
 (0)