Skip to content

Commit ffafebe

Browse files
[pre-commit.ci] pre-commit autoupdate (#600)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 70be853 commit ffafebe

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
@@ -10,7 +10,7 @@ repos:
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.12.2'
13+
rev: 'v0.13.3'
1414
hooks:
1515
- id: ruff
1616
args: ["--fix", "--show-fixes"]
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies: [mdformat==0.7.17]
4242

4343
- repo: https://github.com/pre-commit/pre-commit-hooks
44-
rev: v5.0.0
44+
rev: v6.0.0
4545
hooks:
4646
- id: trailing-whitespace
4747
- id: end-of-file-fixer

0 commit comments

Comments
 (0)