We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abfc1a8 + 2ca0088 commit 575b05eCopy full SHA for 575b05e
1 file changed
.pre-commit-config.yaml
@@ -18,15 +18,15 @@ repos:
18
- id: requirements-txt-fixer
19
- id: trailing-whitespace
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.15.4
+ rev: v0.15.9
22
hooks:
23
- id: ruff
24
- repo: https://github.com/psf/black-pre-commit-mirror
25
- rev: 26.1.0
+ rev: 26.3.1
26
27
- id: black
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.19.1
+ rev: v1.20.0
30
31
- id: mypy
32
additional_dependencies:
0 commit comments