Skip to content

Commit 882ba8c

Browse files
[pre-commit.ci] pre-commit autoupdate (#1402)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.5...v0.14.7) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jan-Frederik Schulte <[email protected]>
1 parent d98dab0 commit 882ba8c

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
@@ -2,7 +2,7 @@ exclude: (^hls4ml\/templates\/(vivado|quartus)\/(ap_types|ac_types)\/|^test/pyte
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.14.5
5+
rev: v0.14.7
66
hooks:
77
- id: ruff
88
args: [--fix]
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.21.1
32+
rev: v3.21.2
3333
hooks:
3434
- id: pyupgrade
3535
args: ["--py310-plus"]

0 commit comments

Comments
 (0)