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.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.1...v19.1.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent d0850af commit 565405a
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 @@ -56,7 +56,7 @@ repos:
- --add=This file is from the freud project, released under the BSD 3-Clause License.
- --comment-prefix=//
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.17.0'
rev: 'v3.19.1'
hooks:
- id: pyupgrade
args:
Expand All @@ -66,7 +66,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '24.8.0'
rev: '24.10.0'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -83,7 +83,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v19.1.1'
rev: 'v19.1.6'
hooks:
- id: clang-format
types_or: [c, c++]
Expand Down

0 comments on commit 565405a

Please sign in to comment.