Skip to content

Commit 2a21bf0

Browse files
authoredMar 30, 2024··
[pre-commit.ci] pre-commit autoupdate (#170)
1 parent a67c6ba commit 2a21bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: blackdoc
1010
files: '\.py$'
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.3.3
12+
rev: v0.3.4
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: [toml]
2828
exclude: "tests/"
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.15.1
30+
rev: v3.15.2
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)
Please sign in to comment.