There was an error while loading. Please reload this page.
1 parent 8fe406d commit c2c55e7Copy full SHA for c2c55e7
1 file changed
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
additional_dependencies:
31
- tomli
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.19.1
+ rev: v1.20.0
34
hooks:
35
- id: mypy
36
# Sync with project.optional-dependencies.typing
@@ -45,7 +45,7 @@ repos:
45
args: ["fury"]
46
pass_filenames: false
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.15.8
+ rev: v0.15.9
49
50
# Run the linter
51
- id: ruff
0 commit comments