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 800b231 commit d14d9b3Copy full SHA for d14d9b3
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_language_version:
7
exclude: "(?x)^(\n _readthedocs|\n .tox\n)$\n"
8
repos:
9
- repo: https://github.com/renovatebot/pre-commit-hooks
10
- rev: 41.116.3
+ rev: 41.119.5
11
hooks:
12
- id: renovate-config-validator
13
alias: renovate
@@ -109,14 +109,14 @@ repos:
109
alias: toml
110
111
- repo: https://github.com/astral-sh/ruff-pre-commit
112
- rev: v0.13.0
+ rev: v0.13.1
113
114
- id: ruff-format
115
alias: ruff
116
- id: ruff-check
117
118
- repo: https://github.com/pre-commit/mirrors-mypy.git
119
- rev: v1.18.1
+ rev: v1.18.2
120
121
- id: mypy
122
additional_dependencies:
0 commit comments