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/psf/black: 23.10.0 → 24.3.0](psf/black@23.10.0...24.3.0)
- [github.com/pre-commit/mirrors-clang-format: v17.0.3 → v18.1.1](pre-commit/mirrors-clang-format@v17.0.3...v18.1.1)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 5c4abb9 commit ab73646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -15,12 +15,12 @@ repos:
- id: check-symlinks

- repo: https://github.com/psf/black
rev: 23.10.0
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3
rev: v18.1.1
hooks:
- id: clang-format

Expand All @@ -38,6 +38,6 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

0 comments on commit ab73646

Please sign in to comment.