We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bd6f8 commit 53aee2eCopy full SHA for 53aee2e
.pre-commit-config.yaml
@@ -12,19 +12,19 @@ repos:
12
- id: check-yaml
13
# isort should run before black as black sometimes tweaks the isort output
14
- repo: https://github.com/pycqa/isort
15
- rev: 5.13.2
+ rev: 6.0.0
16
hooks:
17
- id: isort
18
# https://github.com/python/black#version-control-integration
19
- repo: https://github.com/psf/black
20
- rev: 24.10.0
+ rev: 25.1.0
21
22
- id: black-jupyter
23
- repo: https://github.com/keewis/blackdoc
24
rev: v0.3.9
25
26
- id: blackdoc
27
- additional_dependencies: ["black==24.10.0"]
+ additional_dependencies: ["black==25.1.0"]
28
- id: blackdoc-autoupdate-black
29
- repo: https://github.com/pycqa/flake8
30
rev: 7.1.1
0 commit comments