We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6551057 + c91f104 commit aae5639Copy full SHA for aae5639
1 file changed
.pre-commit-config.yaml
@@ -9,14 +9,14 @@ repos:
9
10
# Run Black - the uncompromising Python code formatter
11
- repo: https://github.com/psf/black
12
- rev: 25.1.0
+ rev: 25.9.0
13
hooks:
14
- id: black
15
- id: black-jupyter
16
17
# Add some general purpose useful hooks
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v5.0.0
+ rev: v6.0.0
20
21
# Make sure that contained YAML files are well-formed
22
- id: check-yaml
0 commit comments