Skip to content

Commit 5b83987

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2)
1 parent 5ef79bd commit 5b83987

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

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.14.5"
6+
rev: "v0.14.6"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -28,7 +28,7 @@ repos:
2828
- id: debug-statements
2929
language_version: python3
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.21.1
31+
rev: v3.21.2
3232
hooks:
3333
- id: pyupgrade
3434
args:

0 commit comments

Comments
 (0)