We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 460e8bc + de94e7a commit 410dbf5Copy full SHA for 410dbf5
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.13.3
+ rev: v0.14.10
21
hooks:
22
- id: ruff
23
24
- repo: https://github.com/psf/black-pre-commit-mirror
25
- rev: 25.9.0
+ rev: 25.12.0
26
27
- id: black
28
language_version: python3
29
30
- repo: https://github.com/keewis/blackdoc
31
- rev: v0.4.3
+ rev: v0.4.6
32
33
- id: blackdoc
34
0 commit comments