We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0758751 + b020487 commit 3d2c1dcCopy full SHA for 3d2c1dc
1 file changed
.pre-commit-config.yaml
@@ -28,13 +28,13 @@ repos:
28
29
# Autoformat: python imports
30
- repo: https://github.com/pycqa/isort
31
- rev: 6.0.1
+ rev: 6.1.0
32
hooks:
33
- id: isort
34
35
# Autoformat: Python code
36
- - repo: https://github.com/psf/black
37
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
38
39
- id: black
40
0 commit comments