Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move mypy to supported section #43

Merged
merged 1 commit into from
May 13, 2021
Merged

move mypy to supported section #43

merged 1 commit into from
May 13, 2021

Conversation

branchvincent
Copy link
Contributor

@branchvincent branchvincent commented May 5, 2021

Resource description

Mypy's support for pyproject.toml was just merged to master, see python/mypy#10219. I'm not sure if you want to delay merging this until support is actually released, so I'm marking this as a draft for now.

By submitting this pull request I confirm I've read and complied with the below requirements

  • I have read and understood the Contribution Guidelines
  • I am making an individual pull request for each entry
  • I have added a useful title to the commit
  • I have added a useful title to this PR
  • I have added the new entry in alphabetical order
  • I have used the following format:
    - [Resource Title](link) - Resource short Description (2 lines or less in total)
    
  • The new entry meets one of these categories:
    • Is configured via its own tool sub-table in the pyproject.toml file (i.e., [tool.xxx])
    • Is a project template using the pyproject.toml file
    • Is an article about the pyproject.toml file
    • Is a link to a project discussion about pyproject.toml support

@branchvincent branchvincent marked this pull request as draft May 5, 2021 18:21
README.md Outdated
@@ -54,6 +54,7 @@ Do you know of any other project not included here? Please
- [FlakeHell](https://flakehell.readthedocs.io/config.html) - Flake8 wrapper to make it nice, legacy-friendly, configurable.
- [Flake9](https://gitlab.com/retnikt/flake9) - Flake8 fork that supports reading config from `pyproject.toml` files.
- [interrogate](https://interrogate.readthedocs.io/en/latest/#other-usage) - Interrogate a codebase for docstring coverage.
- [Mypy](https://github.com/python/mypy/pull/10219) - An optional static type checker for Python (PEP 484).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!
Is there a link to the documentation listing how to configure it via pyproject.toml?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, I didn't realize that was already available. Updated

@carlosperate carlosperate marked this pull request as ready for review May 13, 2021 19:39
@carlosperate
Copy link
Owner

New link is perfect, thanks!

@carlosperate carlosperate merged commit 78081ff into carlosperate:master May 13, 2021
@branchvincent branchvincent deleted the mypy branch May 14, 2021 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants