We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cbc3d commit 41aeb5fCopy full SHA for 41aeb5f
.pre-commit-config.yaml
@@ -17,15 +17,15 @@ repos:
17
- id: isort
18
# https://github.com/python/black#version-control-integration
19
- repo: https://github.com/psf/black
20
- rev: 23.12.1
+ rev: 24.1.1
21
hooks:
22
- id: black
23
- id: black-jupyter
24
- repo: https://github.com/keewis/blackdoc
25
rev: v0.3.9
26
27
- id: blackdoc
28
- additional_dependencies: ["black==23.12.1"]
+ additional_dependencies: ["black==24.1.1"]
29
- id: blackdoc-autoupdate-black
30
- repo: https://github.com/pycqa/flake8
31
rev: 7.0.0
0 commit comments