Skip to content

Commit be1f3d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent f7d236e commit be1f3d2

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
@@ -7,7 +7,7 @@ repos:
77
args:
88
- --target-version=py38
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.8.3
10+
rev: v0.8.4
1111
hooks:
1212
- id: ruff
1313
- repo: https://github.com/PyCQA/isort
@@ -16,7 +16,7 @@ repos:
1616
- id: isort
1717
language_version: python3
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args:

0 commit comments

Comments
 (0)