Skip to content

Commit 79fd36d

Browse files
authored
Merge pull request #34 from George-Ogden/readme-fix
Update README
2 parents 742e841 + da964cc commit 79fd36d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Unlink the original, this hook takes no arguments.
4646

4747
Run [MyPy](#https://github.com/python/mypy) in an environment with dependencies.
4848
This is intended as an improved version of https://github.com/pre-commit/mirrors-mypy.
49-
It allows you to pass in a requirements file using the `-r` or `--requirements-file` flag (installed via `pip`). Any additional flags are passed to the `mypy` executable (no defaults).
49+
It allows you to pass in a requirements file using the `-r` or `--requirements-file` flag (installed via [`uv`](https://docs.astral.sh/uv/)). Any additional flags are passed to the `mypy` executable (no defaults).
5050
It requires that you have `pip` installed, but if you're using pre-commit, that shouldn't be an issue.
5151
You can set the MyPy version in the requirements file (eg `mypy==1.17.1`), otherwise, the latest is installed.
5252

@@ -64,7 +64,6 @@ repos:
6464
- id: end-of-file-fixer
6565
- id: mixed-line-ending
6666
- id: trailing-whitespace
67-
- id: check-merge-conflict
6867

6968
- repo: https://github.com/George-Ogden/pre-commit-hooks/
7069
rev: v1.2.4

0 commit comments

Comments
 (0)