Skip to content

Commit 9f5b63d

Browse files
authored
Merge branch 'main' into fix-13537
2 parents 959a89f + 184f5f1 commit 9f5b63d

File tree

4 files changed

+62
-62
lines changed

4 files changed

+62
-62
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

doc/en/example/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ignore = ["RUF059"]
1+
lint.ignore = ["RUF059"]

0 commit comments

Comments
 (0)