Skip to content

Commit

Permalink
ci(pre-commit): pre-commit autoupdate (#297)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.7](pre-commit/mirrors-clang-format@v18.1.5...v18.1.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent cf74484 commit f90dc72
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 @@ -31,7 +31,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -42,7 +42,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
exclude: docs/conf.py
Expand All @@ -55,7 +55,7 @@ repos:
stages: [manual]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v18.1.5"
rev: "v18.1.7"
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit f90dc72

Please sign in to comment.