Skip to content

Commit a84496b

Browse files
authored
Merge pull request #16 from strawberry-graphql/pre-commit-ci-update-config
2 parents ea316e8 + 1b25d17 commit a84496b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.11.10
8+
rev: v0.13.3
99
hooks:
1010
- id: ruff
1111
args: [--fix]
@@ -16,7 +16,7 @@ repos:
1616
- id: alex
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: check-merge-conflict

0 commit comments

Comments
 (0)