diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c32b6e..f16b8e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,9 @@ repos: hooks: - id: mypy name: mypy - entry: dmypy + entry: | + dmypy start + dmypy files: \.py$ language: python require_serial: true