We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d21953 commit 30511b0Copy full SHA for 30511b0
1 file changed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: trailing-whitespace
7
- id: no-commit-to-branch
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.14.8
+ rev: v0.14.9
10
hooks:
11
- id: ruff-check
12
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
26
27
- id: update-mypy-hook
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.19.0
+ rev: v1.19.1
30
31
- id: mypy
32
args: [--config-file=pyproject.toml, .]
0 commit comments