Skip to content

Commit 35da7df

Browse files
authored
Merge branch 'main' into 13737-require-unique-paramset-ids
2 parents a07ff8a + 184f5f1 commit 35da7df

File tree

3 files changed

+61
-61
lines changed

3 files changed

+61
-61
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.13.1"
3+
rev: "v0.13.2"
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
args: ["--fix"]
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- repo: https://github.com/woodruffw/zizmor-pre-commit
15-
rev: v1.13.0
15+
rev: v1.14.2
1616
hooks:
1717
- id: zizmor
1818
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)