We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc8b95 commit f5a38afCopy full SHA for f5a38af
.pre-commit-config.yaml
@@ -14,20 +14,20 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/python-jsonschema/check-jsonschema
17
- rev: 0.29.1
+ rev: 0.29.2
18
hooks:
19
- id: check-dependabot
20
- id: check-github-workflows
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.6.1
+ rev: v0.6.2
24
25
- id: ruff
26
args: [--fix, --exit-non-zero-on-fix]
27
- id: ruff-format
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.11.1
+ rev: v1.11.2
31
32
- id: mypy
33
additional_dependencies:
0 commit comments