Skip to content

Commit f159059

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.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1)
1 parent 6e1037e commit f159059

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.3"
6+
rev: "v0.14.4"
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.0
31+
rev: v3.21.1
3232
hooks:
3333
- id: pyupgrade
3434
args:

0 commit comments

Comments
 (0)