f938c18 Added mypy and Static Type Checker section
📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝README.md (+2 -0)
📄 Description
What is this Python project?
mypy uses type hints in code to warn about possible type errors before running the code.
What's the difference between this Python project and similar ones?
This tool is unique in its ability to detect error that could be only caught during run-time.
Package is maintained by Dropbox team with Guido van Rossum
Type hints are introduced in Python 3.5 as official part of the language, making this package stand out.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/952
**Author:** [@nnikolic72](https://github.com/nnikolic72)
**Created:** 10/14/2017
**Status:** ✅ Merged
**Merged:** 10/15/2017
**Merged by:** [@vinta](https://github.com/vinta)
**Base:** `master` ← **Head:** `add_mypy`
---
### 📝 Commits (1)
- [`f938c18`](https://github.com/vinta/awesome-python/commit/f938c186080f4b40770f0bfb2955f2931011ca5e) Added mypy and Static Type Checker section
### 📊 Changes
**1 file changed** (+2 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+2 -0)
</details>
### 📄 Description
## What is this Python project?
mypy uses type hints in code to warn about possible type errors before running the code.
## What's the difference between this Python project and similar ones?
- This tool is unique in its ability to detect error that could be only caught during run-time.
- Package is maintained by Dropbox team with Guido van Rossum
- Type hints are introduced in Python 3.5 as official part of the language, making this package stand out.
--
Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/952
Author: @nnikolic72
Created: 10/14/2017
Status: ✅ Merged
Merged: 10/15/2017
Merged by: @vinta
Base:
master← Head:add_mypy📝 Commits (1)
f938c18Added mypy and Static Type Checker section📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
What is this Python project?
mypy uses type hints in code to warn about possible type errors before running the code.
What's the difference between this Python project and similar ones?
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.