Skip to content

Commit 1018c73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.10](rhysd/actionlint@v1.7.8...v1.7.10) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.5 → v21.1.8](pre-commit/mirrors-clang-format@v21.1.5...v21.1.8) - [github.com/asottile/setup-cfg-fmt: v3.1.0 → v3.2.0](asottile/setup-cfg-fmt@v3.1.0...v3.2.0) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.1](python-jsonschema/check-jsonschema@0.35.0...0.36.1)
1 parent e72bfb6 commit 1018c73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
pass_filenames: false
2323

2424
- repo: https://github.com/psf/black-pre-commit-mirror
25-
rev: 25.11.0
25+
rev: 26.1.0
2626
hooks:
2727
- id: black # Run Black - the uncompromising Python code formatter
2828
- id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version)
@@ -45,12 +45,12 @@ repos:
4545
- id: mixed-line-ending # Ensure consistent line endings
4646

4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.7.8
48+
rev: v1.7.10
4949
hooks:
5050
- id: actionlint # GitHub Actions Workflow linter
5151

5252
- repo: https://github.com/kynan/nbstripout
53-
rev: 0.8.2
53+
rev: 0.9.0
5454
hooks:
5555
- id: nbstripout # Make sure that Jupyter notebooks under version control have their outputs stripped before committing
5656
files: ".ipynb"
@@ -64,15 +64,15 @@ repos:
6464
- id: cmake-lint # Apply linting to CMake files
6565

6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v21.1.5
67+
rev: v21.1.8
6868
hooks:
6969
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
7070
types_or: [c++, c, c#, cuda, objective-c]
7171
args:
7272
- --style=Mozilla
7373

7474
- repo: https://github.com/asottile/setup-cfg-fmt
75-
rev: v3.1.0
75+
rev: v3.2.0
7676
hooks:
7777
- id: setup-cfg-fmt # Automatically format/sanitize setup.cfg
7878

@@ -92,7 +92,7 @@ repos:
9292
- id: validate-pyproject # Validate the contents of pyproject.toml
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.35.0
95+
rev: 0.36.1
9696
hooks:
9797
- id: check-readthedocs # Validate the given .readthedocs.yml file
9898
- id: check-dependabot # Validate the given dependabot.yml file

0 commit comments

Comments
 (0)