From db2bee70f09feebcd74292a05b33cb48baa51241 Mon Sep 17 00:00:00 2001 From: Moshe Rubin Date: Sun, 29 Dec 2024 12:47:22 -0600 Subject: [PATCH] Document `mypy` support in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc1419e..451bf0e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ sync-pre-commit-deps path/to/.pre-commit-config.yaml ## what it does -Ensures tools which declare `flake8` and `black` as additional dependencies will have those versions synced with the `flake8` and `black` versions in the rest of the config. For example, `flake8` under `yesqa` is updated from `5.0.0` to `6.0.0`. +Ensures tools which declare `flake8`, `black`, or `mypy` as additional dependencies will have those versions synced with the `flake8`, `black`, or `mypy` versions in the rest of the config. For example, `flake8` under `yesqa` is updated from `5.0.0` to `6.0.0`. ```diff repos: