Skip to content

Commit 538cc9c

Browse files
[pre-commit.ci] pre-commit autoupdate (#612)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a346a48 commit 538cc9c

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
@@ -3,14 +3,14 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.2
77
hooks:
88
- id: pyupgrade
99
args: ["--py310-plus"]
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.13.3'
13+
rev: 'v0.14.10'
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.22
27+
rev: 1.0.0
2828
hooks:
2929
- id: mdformat
3030
additional_dependencies:

0 commit comments

Comments
 (0)