Skip to content

Commit 311575b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.9](rhysd/actionlint@v1.7.7...v1.7.9)
1 parent 0798b93 commit 311575b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ repos:
22
# Make sure that Jupyter notebooks under version control
33
# have their outputs stripped before committing
44
- repo: https://github.com/kynan/nbstripout
5-
rev: 0.8.1
5+
rev: 0.8.2
66
hooks:
77
- id: nbstripout
88
files: ".ipynb"
99

1010
# Run Black - the uncompromising Python code formatter
11-
- repo: https://github.com/psf/black
12-
rev: 25.1.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 25.12.0
1313
hooks:
1414
- id: black # Run Black - the uncompromising Python code formatter
1515
- id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version)
1616

1717

1818
# Add some general purpose useful hooks
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
# Make sure that contained YAML files are well-formed
2323
- id: check-yaml
@@ -34,6 +34,6 @@ repos:
3434
- id: end-of-file-fixer
3535

3636
- repo: https://github.com/rhysd/actionlint
37-
rev: "v1.7.7"
37+
rev: "v1.7.9"
3838
hooks:
3939
- id: actionlint

0 commit comments

Comments
 (0)