Skip to content

Commit 8730c5a

Browse files
authored
Merge pull request #19 from ssciwr/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ff50ddb + a6a0534 commit 8730c5a

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
@@ -1,13 +1,13 @@
11
repos:
22
# Run Black - the uncompromising Python code formatter
33
- repo: https://github.com/psf/black
4-
rev: 24.10.0
4+
rev: 25.1.0
55
hooks:
66
- id: black-jupyter
77

88
# Add some general purpose useful hooks
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
# Make sure that contained YAML files are well-formed
1313
- id: check-yaml

0 commit comments

Comments
 (0)