Skip to content

Commit

Permalink
Update pre-commit configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 18, 2024
1 parent 4f8c858 commit bfeff99
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 @@ -15,7 +15,7 @@ repos:
- id: check-case-conflict
- id: mixed-line-ending
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.17.0'
rev: 'v3.18.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -36,12 +36,12 @@ repos:
- --keep-before=#!
- --keep-after=.. include
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.7.0'
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.1
rev: v19.1.2
hooks:
- id: clang-format
types_or: [c, c++]

0 comments on commit bfeff99

Please sign in to comment.