Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4
  • Loading branch information
chrispap95 authored Feb 14, 2024
2 parents 9916614 + a1dbef5 commit 259e61b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black

Expand All @@ -26,7 +26,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

Expand All @@ -42,7 +42,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.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: "v17.0.4"
rev: "v17.0.6"
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit 259e61b

Please sign in to comment.