Skip to content

Commit de60d24

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.13.0](astral-sh/ruff-pre-commit@v0.5.0...v0.13.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0)
1 parent 49f37c2 commit de60d24

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
@@ -11,7 +11,7 @@ repos:
1111
# Run ruff:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: v0.5.0
14+
rev: v0.13.0
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -21,7 +21,7 @@ repos:
2121

2222
# Add pre-commit-hooks
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.6.0
24+
rev: v6.0.0
2525
hooks:
2626
- id: trailing-whitespace
2727
- id: end-of-file-fixer

0 commit comments

Comments
 (0)