Skip to content

Commit

Permalink
Merge pull request #8 from spglib/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
lan496 authored Aug 5, 2024
2 parents b2ff89e + b933c1b commit b71c4e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:
repos:
# Misc
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -28,11 +28,11 @@ repos:
additional_dependencies:
- mdformat-gfm
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.29.1
hooks:
- id: check-github-workflows
- repo: https://github.com/crate-ci/typos
rev: v1.20.8
rev: v1.23.6
hooks:
- id: typos
# Rust
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
stages: [manual] # because it's slow
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.5.6
hooks:
- id: ruff-format
args: ["--config", "moyopy/pyproject.toml"]
Expand Down

0 comments on commit b71c4e9

Please sign in to comment.