Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1)
- [github.com/rhysd/actionlint: v1.7.3 → v1.7.6](rhysd/actionlint@v1.7.3...v1.7.6)
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.0...v0.8.6)
- [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.2...v19.1.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 882d8ca commit fb7f5f2
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 @@ -15,13 +15,13 @@ repos:
- id: check-case-conflict
- id: mixed-line-ending
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.18.0'
rev: 'v3.19.1'
hooks:
- id: pyupgrade
args:
- --py310-plus
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.6
hooks:
- id: actionlint
- repo: https://github.com/glotzerlab/fix-license-header
Expand All @@ -36,12 +36,12 @@ repos:
- --keep-before=#!
- --keep-after=.. include
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.0'
rev: 'v0.8.6'
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.2
rev: v19.1.6
hooks:
- id: clang-format
types_or: [c, c++]

0 comments on commit fb7f5f2

Please sign in to comment.