Skip to content

Commit 089af56

Browse files
authored
[pre-commit.ci] Mise à jour des git hooks. (#1308)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) <!--pre-commit.ci end-->
2 parents d65cecc + afbb8cc commit 089af56

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"MD046": {
4141
"style": "fenced"
4242
},
43-
"MD051": false
43+
"MD051": false,
44+
"MD059": false
4445
}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- --markdown-linebreak-ext=md
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.1
24+
rev: v3.20.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.11.8"
31+
rev: "v0.11.12"
3232
hooks:
3333
- id: ruff
3434
args:
@@ -57,7 +57,7 @@ repos:
5757
- --select=E9,F63,F7,F82
5858

5959
- repo: https://github.com/igorshubovych/markdownlint-cli
60-
rev: v0.44.0
60+
rev: v0.45.0
6161
hooks:
6262
- id: markdownlint
6363
args:

0 commit comments

Comments
 (0)