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 62db172 commit 5a97a2fCopy full SHA for 5a97a2f
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
24
# Hook for pre-commit's built-in checks
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v5.0.0
+ rev: v6.0.0
27
hooks:
28
# Prevent giant files from being committed.
29
- id: check-added-large-files
@@ -67,7 +67,7 @@ repos:
67
additional_dependencies: [tomli]
68
69
- repo: https://github.com/pre-commit/mirrors-mypy
70
- rev: 'v1.17.0'
+ rev: 'v1.17.1'
71
72
- id: mypy
73
exclude: 'noxfile\.py|docs/conf\.py'
@@ -79,7 +79,7 @@ repos:
79
types: [file, python]
80
81
- repo: https://github.com/astral-sh/ruff-pre-commit
82
- rev: "v0.12.5"
+ rev: "v0.12.11"
83
84
- id: ruff
85
0 commit comments