Skip to content

Commit

Permalink
Merge pull request #16 from ssciwr/manual-updatae
Browse files Browse the repository at this point in the history
Manually update the precommit config
  • Loading branch information
dokempf authored Mar 20, 2024
2 parents 2fabcc2 + 36721ac commit 933c06c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions precommend/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.3.0
hooks:
- id: black # Run Black - the uncompromising Python code formatter
- id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version)
Expand All @@ -29,12 +29,12 @@ repos:
- id: mixed-line-ending # Ensure consistent line endings

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

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout # Make sure that Jupyter notebooks under version control have their outputs stripped before committing
files: ".ipynb"
Expand All @@ -48,7 +48,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v18.1.1
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
args:
Expand All @@ -70,6 +70,6 @@ repos:
- id: beautysh # Beautify Bash scripts

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

0 comments on commit 933c06c

Please sign in to comment.