Skip to content

Commit b234dd9

Browse files
[pre-commit.ci] pre-commit autoupdate (#567)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 82fbfe5 commit b234dd9

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
@@ -10,7 +10,7 @@ repos:
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.9.3'
13+
rev: 'v0.11.4'
1414
hooks:
1515
- id: ruff
1616
args: ["--fix", "--show-fixes"]
@@ -24,7 +24,7 @@ repos:
2424
args: ['--config', 'pyproject.toml']
2525

2626
- repo: https://github.com/executablebooks/mdformat
27-
rev: 0.7.21
27+
rev: 0.7.22
2828
hooks:
2929
- id: mdformat
3030
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
- id: validate-cff
5656

5757
- repo: https://github.com/abravalheri/validate-pyproject
58-
rev: v0.23
58+
rev: v0.24.1
5959
hooks:
6060
- id: validate-pyproject
6161

0 commit comments

Comments
 (0)