Skip to content

Commit c33ad1b

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.1...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 65a9a68 commit c33ad1b

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.12.1"
11+
rev: "v0.12.8"
1212
hooks:
1313
- id: ruff
1414
types_or: [python, pyi, jupyter]
@@ -17,7 +17,7 @@ repos:
1717
types_or: [python, pyi, jupyter]
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: trailing-whitespace
2323
exclude: '.*\.fits$'

0 commit comments

Comments
 (0)