Skip to content

Commit 2acee56

Browse files
[pre-commit.ci] pre-commit autoupdate (#104)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 92864ac commit 2acee56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.0.291
10+
rev: v0.0.292
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.13.0
19+
rev: v3.14.0
2020
hooks:
2121
- id: pyupgrade
2222
args:

0 commit comments

Comments
 (0)