Skip to content

Commit 65c492d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3)
1 parent 4d575d1 commit 65c492d

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
@@ -22,7 +22,7 @@ ci:
2222
repos:
2323
# Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
# Makes sure files end in a newline and only a newline.
2828
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
4141

4242
# Lint code using ruff
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.12.2
44+
rev: v0.13.3
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)