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 fef8238 commit 88d5ec9Copy full SHA for 88d5ec9
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -18,14 +18,14 @@ repos:
18
19
- id: codespell
20
21
- - repo: https://github.com/psf/black
22
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
23
24
- id: black
25
- id: black-jupyter
26
27
- repo: https://github.com/keewis/blackdoc
28
- rev: v0.4.1
+ rev: v0.4.3
29
30
- id: blackdoc
31
@@ -35,7 +35,7 @@ repos:
35
- id: flake8
36
37
- repo: https://github.com/PyCQA/isort
38
- rev: 6.0.1
+ rev: 6.1.0
39
40
- id: isort
41
0 commit comments