We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff50ddb + a6a0534 commit 8730c5aCopy full SHA for 8730c5a
1 file changed
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
# Run Black - the uncompromising Python code formatter
3
- repo: https://github.com/psf/black
4
- rev: 24.10.0
+ rev: 25.1.0
5
hooks:
6
- id: black-jupyter
7
8
# Add some general purpose useful hooks
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
# Make sure that contained YAML files are well-formed
13
- id: check-yaml
0 commit comments