Skip to content

Commit

Permalink
Document mypy support in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moshemoshe137 committed Dec 29, 2024
1 parent 1e6e152 commit db2bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db2bee7

Please sign in to comment.