Skip to content

Commit

Permalink
pre-commit autoupdate.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 30, 2024
1 parent a832b0c commit f276344
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 @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
rev: 'v5.0.0'
hooks:
- id: end-of-file-fixer
exclude_types: [svg]
Expand All @@ -19,7 +19,7 @@ repos:
- --remove
- id: mixed-line-ending
- repo: https://github.com/glotzerlab/fix-license-header
rev: v0.3.2
rev: v0.4.1
hooks:
- id: fix-license-header
name: Fix license headers (Python)
Expand All @@ -44,12 +44,12 @@ repos:
- --keep-after=.. include
- --comment-prefix=..
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v19.1.2
hooks:
- id: clang-format
types_or: [c, c++, cuda, inc]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.7.1
hooks:
- id: ruff-format
- id: ruff

0 comments on commit f276344

Please sign in to comment.