Skip to content

Commit ff94a0c

Browse files
authored
Update README.md
add mypy info re #10 to contributing code standards.
1 parent 82b25d6 commit ff94a0c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,15 @@ seems wrong.
111111
* This is only targeted at English (EN) Wikipedia currently, but multi-lingual page checks would help a wider audience.
112112
* `uv run python main.py --load-existing` kicks errors. It doesn't know what to do.
113113

114-
## Contributing & code standards
114+
## Contributing & Code Standards
115115

116116
We have a [.pre-commit-config.yaml](.pre-commit-config.yaml) file which enforces some linting / formatting rules.
117117

118-
Pull requests and reviews are welcome on the main repo.
118+
Pull requests and reviews are welcome on the main repo. For checking type safety use [mypy](https://github.com/python/mypy):
119+
120+
```bash
121+
uv run mypy .
122+
```
119123

120124
## Credit
121125

0 commit comments

Comments
 (0)