Skip to content

Commit

Permalink
Merge pull request #39 from ssciwr/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
dokempf authored Oct 8, 2024
2 parents 8d1647d + 89f6924 commit a35abd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version)

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer # Ensure existence of newline characters at file ends
- id: check-yaml # Make sure that contained YAML files are well-formed
Expand Down Expand Up @@ -64,7 +64,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.0
rev: v19.1.1
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, c#, cuda, objective-c]
Expand Down
4 changes: 2 additions & 2 deletions precommend/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version)

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer # Ensure existence of newline characters at file ends
- id: check-yaml # Make sure that contained YAML files are well-formed
Expand Down Expand Up @@ -64,7 +64,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.0
rev: v19.1.1
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, c#, cuda, objective-c]
Expand Down

0 comments on commit a35abd7

Please sign in to comment.