Skip to content

Commit 7ab75c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#80)
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/keewis/blackdoc: v0.4.3 → v0.4.6](keewis/blackdoc@v0.4.3...v0.4.6) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c50016 commit 7ab75c0

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
@@ -21,19 +21,19 @@ repos:
2121
- id: mixed-line-ending
2222

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

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.4.3
31+
rev: v0.4.6
3232
hooks:
3333
- id: blackdoc
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.13.3
36+
rev: v0.14.10
3737
hooks:
3838
- id: ruff
3939
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)