Skip to content

Commit eb4efe9

Browse files
[pre-commit.ci] pre-commit autoupdate (#2877)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9c100eb commit eb4efe9

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
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.14.2
7+
rev: v0.14.3
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -14,7 +14,7 @@ repos:
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py312-plus]

0 commit comments

Comments
 (0)