File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
116116We 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
You can’t perform that action at this time.
0 commit comments