Skip to content

Commit d12b15e

Browse files
chore: update pre-commit hook versions
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.3](astral-sh/ruff-pre-commit@v0.12.2...v0.12.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.3](astral-sh/ruff-pre-commit@v0.12.2...v0.12.3)
1 parent 5b84e7f commit d12b15e

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
@@ -46,13 +46,13 @@ repos:
4646
hooks:
4747
- id: add-trailing-comma
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.12.2
49+
rev: v0.12.3
5050
hooks:
5151
- id: ruff-check
5252
args:
5353
- --fix
5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.12.2
55+
rev: v0.12.3
5656
hooks:
5757
- id: ruff-format
5858
- repo: https://github.com/gitleaks/gitleaks

0 commit comments

Comments
 (0)