Skip to content

Commit 0280352

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.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11)
1 parent e29d9a0 commit 0280352

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
@@ -36,15 +36,15 @@ repos:
3636

3737
# Autoformat and linting, misc. details
3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v5.0.0
39+
rev: v6.0.0
4040
hooks:
4141
- id: end-of-file-fixer
4242
- id: requirements-txt-fixer
4343
- id: check-case-conflict
4444
- id: check-executables-have-shebangs
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.12.7
47+
rev: v0.12.11
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--line-length=120"]

0 commit comments

Comments
 (0)