Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,18 @@ tox -e dev --override testenv:dev.allowlist_externals+=env -- env # inspect the
If you don't already have `tox` installed, you can use a virtual environment as
described above to install `tox` via `pip` (e.g., ``python -m pip install tox``).

## LLM-assisted contributions

In general, mypy takes neutral stance on using various LLM code assistants to
make contributions. LLMs are just another tools, and contributors bear full
responsibility for the code they are submitting. Disclosing use of LLMs in pull
request description is recommended, but not required.

However, we discourage use of LLMs by *new* contributors. We are interested in
growing long-term contributors who have good understanding of mypy code.
Pull requests from new contributors that are mostly generated by LLMs
with little human input will be closed.

## First time contributors

If you're looking for things to help with, browse our [issue tracker](https://github.com/python/mypy/issues)!
Expand Down
Loading