Skip to content

Commit c11e2eb

Browse files
authored
Merge branch 'master' into tooling/update-new-rdp-matrix-message
2 parents 9d969b8 + e0bc781 commit c11e2eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ repos:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.14.7"
31+
rev: "v0.14.10"
3232
hooks:
3333
- id: ruff
3434
args:
3535
- --fix-only
3636

3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 25.11.0
38+
rev: 25.12.0
3939
hooks:
4040
- id: black
4141

@@ -57,7 +57,7 @@ repos:
5757
- --select=E9,F63,F7,F82
5858

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

0 commit comments

Comments
 (0)