Skip to content

Commit

Permalink
Merge pull request #37 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 1, 2024
2 parents 0683a31 + 487b6c0 commit 8d1647d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: mixed-line-ending # Ensure consistent line endings

- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.3
hooks:
- id: actionlint # GitHub Actions Workflow linter

Expand All @@ -64,7 +64,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.0
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, c#, cuda, objective-c]
Expand All @@ -87,12 +87,12 @@ repos:
- id: shell-fmt-go # Format Bash scripts

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.19
rev: v0.20.2
hooks:
- id: validate-pyproject # Validate the contents of pyproject.toml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-readthedocs # Validate the given .readthedocs.yml file
- id: check-dependabot # Validate the given dependabot.yml file
Expand Down
8 changes: 4 additions & 4 deletions precommend/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: mixed-line-ending # Ensure consistent line endings

- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.3
hooks:
- id: actionlint # GitHub Actions Workflow linter

Expand All @@ -64,7 +64,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.0
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, c#, cuda, objective-c]
Expand All @@ -87,12 +87,12 @@ repos:
- id: shell-fmt-go # Format Bash scripts

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.19
rev: v0.20.2
hooks:
- id: validate-pyproject # Validate the contents of pyproject.toml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-readthedocs # Validate the given .readthedocs.yml file
- id: check-dependabot # Validate the given dependabot.yml file
Expand Down

0 comments on commit 8d1647d

Please sign in to comment.