Fix .pre-commit-config.yaml

This commit is contained in:
Atsushi Togo 2025-02-06 09:12:14 +09:00
parent e0e10db48c
commit a4ae4d05cd
1 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@ repos:
- id: check-added-large-files
exclude: ^example/AlN-LDA/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:
- id: ruff
args: [ "--fix", "--show-fixes" ]
- id: ruff-format
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:
- id: ruff
args: [ "--fix", "--show-fixes" ]
- id: ruff-format
- repo: https://github.com/Takishima/cmake-pre-commit-hooks
rev: v1.9.6