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 2a526a8 commit 7092edfCopy full SHA for 7092edf
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
# stages: [push]
10
11
- repo: https://github.com/pre-commit/mirrors-mypy
12
- rev: "v1.13.0"
+ rev: "v1.14.0"
13
hooks:
14
- id: mypy
15
exclude: build_helpers
@@ -31,7 +31,7 @@ repos:
31
32
- repo: https://github.com/charliermarsh/ruff-pre-commit
33
# Ruff version.
34
- rev: 'v0.8.3'
+ rev: 'v0.8.4'
35
36
- id: ruff
37
- id: ruff-format
0 commit comments