We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990d4cb + 2f83031 commit c90abbeCopy full SHA for c90abbe
1 file changed
.pre-commit-config.yaml
@@ -17,18 +17,18 @@ repos:
17
files: requirements-dev.txt
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.12.11
+ rev: v0.13.3
21
hooks:
22
- id: ruff
23
24
-- repo: https://github.com/psf/black
25
- rev: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
26
27
- id: black
28
language_version: python3
29
30
- repo: https://github.com/keewis/blackdoc
31
- rev: v0.4.1
+ rev: v0.4.3
32
33
- id: blackdoc
34
0 commit comments