Skip to content

Commit

Permalink
Merge pull request #243 from glotzerlab/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
joaander authored Jul 2, 2024
2 parents 39b6e26 + 94ce2b3 commit ebf6e99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: end-of-file-fixer
exclude_types: [svg]
Expand Down Expand Up @@ -42,15 +42,15 @@ repos:
- --keep-after=.. include
- --comment-prefix=..
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.5.0
hooks:
- id: ruff
types_or: [ python ]
args: [ --fix ]
- id: ruff-format
types_or: [ python ]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2
rev: v18.1.8
hooks:
- id: clang-format
types_or: [c, c++, cuda, inc]
Expand Down

0 comments on commit ebf6e99

Please sign in to comment.