We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b581e6c commit 73ee5a4Copy full SHA for 73ee5a4
.pre-commit-config.yaml
@@ -27,18 +27,18 @@ repos:
27
require_serial: false
28
additional_dependencies: []
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: "v0.11.7"
+ rev: "v0.12.2"
31
hooks:
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
34
- id: ruff-format
35
- repo: https://github.com/adrienverge/yamllint
36
- rev: v1.37.0
+ rev: v1.37.1
37
38
- id: yamllint
39
files: \.(yaml|yml)$
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.15.0
+ rev: v1.16.1
42
43
- id: mypy
44
additional_dependencies:
0 commit comments