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/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.9.1 → 24.2.0](psf/black@23.9.1...24.2.0)
- [github.com/pre-commit/mirrors-clang-format: v17.0.2 → v17.0.6](pre-commit/mirrors-clang-format@v17.0.2...v17.0.6)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 0f16625 commit 505f329
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 @@ -8,17 +8,17 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.2.0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.2
rev: v17.0.6
hooks:
- id: clang-format
args: [--style=file]

0 comments on commit 505f329

Please sign in to comment.