We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132e817 commit 02bf003Copy full SHA for 02bf003
1 file changed
.pre-commit-config.yaml
@@ -16,15 +16,15 @@ repos:
16
- id: requirements-txt-fixer
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.14.3
+ rev: v0.14.7
20
hooks:
21
- id: ruff
22
- repo: https://github.com/psf/black-pre-commit-mirror
23
- rev: 25.9.0
+ rev: 25.11.0
24
25
- id: black
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.18.2
+ rev: v1.19.0
28
29
- id: mypy
30
additional_dependencies:
0 commit comments