Skip to content

Commit a9d7588

Browse files
authored
Update .pre-commit-config.yaml
1 parent d4c6953 commit a9d7588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484

8585
- repo: https://github.com/astral-sh/ruff-pre-commit
8686
# Ruff version.
87-
rev: "v0.6.2"
87+
rev: "v0.14.10"
8888
hooks:
8989
- id: ruff
9090
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -94,7 +94,7 @@ repos:
9494
types_or: [python, pyi, jupyter]
9595

9696
- repo: https://github.com/pre-commit/mirrors-mypy
97-
rev: v1.11.2
97+
rev: v1.18.1
9898
hooks:
9999
- id: mypy
100100
name: "mypy: syft-cli"

0 commit comments

Comments
 (0)