Migrate the pre-commit config

This commit is contained in:
sabaimran
2024-11-24 14:54:26 -08:00
parent 6eb59464da
commit 9368699b2c

View File

@@ -26,7 +26,7 @@ repos:
rev: v1.0.0 rev: v1.0.0
hooks: hooks:
- id: mypy - id: mypy
stages: [push, manual] stages: [pre-push, manual]
pass_filenames: false pass_filenames: false
args: args:
- --config-file=pyproject.toml - --config-file=pyproject.toml