Skip to content

Commit b427fa6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: 2.4.3 → v2.4.3](tox-dev/pyproject-fmt@2.4.3...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1)
1 parent a900ad8 commit b427fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
- id: prettier
77
# Hooks that are run for scripts
88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: "2.4.3"
9+
rev: "v2.4.3"
1010
hooks:
1111
- id: pyproject-fmt
1212
files: ^scripts/
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.7.0
14+
rev: v0.7.1
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)