Skip to content

Commit

Permalink
add mypy to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jul 10, 2024
1 parent 0a41f9a commit 82a1900
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
files: "fastpair\/|notebooks\/"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.0"
rev: "v0.5.1"
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
hooks:
- id: mypy

ci:
autofix_prs: false
autoupdate_schedule: quarterly

0 comments on commit 82a1900

Please sign in to comment.