Skip to content

Commit aae5639

Browse files
authored
Merge pull request #171 from ssciwr/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6551057 + c91f104 commit aae5639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repos:
99

1010
# Run Black - the uncompromising Python code formatter
1111
- repo: https://github.com/psf/black
12-
rev: 25.1.0
12+
rev: 25.9.0
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
1616

1717
# Add some general purpose useful hooks
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
# Make sure that contained YAML files are well-formed
2222
- id: check-yaml

0 commit comments

Comments
 (0)