Skip to content

Commit 6cc7a82

Browse files
authored
Merge branch 'main' into fix-doc-dependency-example
2 parents 0f222ae + 50723a7 commit 6cc7a82

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)