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 283cd5d commit b00e512Copy full SHA for b00e512
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ default_language_version:
14
# pre-commit hooks
15
repos:
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
hooks:
19
- id: check-symlinks
20
- id: check-yaml
@@ -35,7 +35,7 @@ repos:
35
args: [--py310-plus]
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: 'v0.12.7'
+ rev: 'v0.13.3'
39
40
41
- id: ruff
@@ -59,7 +59,7 @@ repos:
59
description: Update the API Reference documentation whenever a Python file is touched in the code base.
60
61
- repo: https://github.com/pre-commit/mirrors-mypy
62
- rev: v1.17.1
+ rev: v1.18.2
63
64
- id: mypy
65
name: "MyPy"
0 commit comments