#
mypy
Here are 183 public repositories matching this topic...
Bleeding edge django template focused on code quality and security.
-
Updated
Aug 3, 2021 - Python
leo6104
commented
Jun 17, 2021
In Python 3.8, typings doesn't support Annotated. I tried to use typing_extensions Annotated. But it doesn't work.
It has an error.
.../lib/python3.8/site-packages/graphql/type/definition.py", line 769, in fields
raise TypeError(f"{self.name} fields cannot be resolved. {error}")
TypeError: Tag fields cannot be resolved. Unexpected type 'typing_extensions.Annotated[typing.Unio
Collection of awesome Python types, stubs, plugins, and tools to work with them.
-
Updated
Jul 21, 2021
aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
-
Updated
Aug 2, 2021 - Python
Python best practices project cookiecutter 🍪
python
best-practices
pre-commit
cookiecutter
pytest
flake8
black
mypy
cookiecutter-template
isort
pipenv
python-best-practices
-
Updated
May 26, 2021 - Python
Smart, pythonic, ad-hoc, typed polymorphism for Python
-
Updated
Jul 27, 2021 - Python
Run any standard Python code quality tool on a Jupyter Notebook
lint
python
doctest
pre-commit
jupyter-notebook
yapf
flake8
pylint
black
mypy
isort
codequality
pyupgrade
-
Updated
Aug 2, 2021 - Python
PEP-484 stubs for django-rest-framework
-
Updated
Aug 3, 2021 - Python
Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
-
Updated
Feb 16, 2021 - Python
Distributed tracing instrumentation for asyncio with zipkin
-
Updated
Jul 27, 2021 - Python
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
docker
autocomplete
emacs
sublime-text
vscode
annotations
python3
pycharm
boto3
type-annotations
mypy
auto-generated
typeshed
pyright
mypy-stubs
boto3-stubs
annotations-builder
-
Updated
Jul 21, 2021 - Python
Transparent and persistent cache/serialization powered by type hints
-
Updated
Mar 20, 2021 - Python
Enforce the same settings on multiple projects
-
Updated
Aug 4, 2021 - Python
thepabloaguilar
commented
Jul 11, 2020
When we define a class like this:
def func():
...
class MyClass:
my_func = lambda self, arg: arg
# or
class MyAnotherClass:
my_func = funcThe coverage plugin will consider the my_func as coveraged without any tests.
This behavior is expected because for it the my_func is an attribute!
I think it will be great use the normal signature, this will en
Python library to load dynamically typed data into statically typed data structures
-
Updated
Jul 17, 2021 - Python
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
-
Updated
Aug 6, 2021 - Python
A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
-
Updated
Jul 15, 2021 - Java
Apache (Py)Spark type annotations (stub files).
-
Updated
Aug 5, 2021 - Python
A plugin for flake8 integrating Mypy.
-
Updated
Jun 19, 2020 - Python
Functional, composable, asynchronous, type-safe Python.
immutable
types
functional-programming
async
static-code-analysis
effects
python3
asyncio
curry
python-3
type-safety
currying
immutable-objects
immutable-datastructures
mypy
immutable-collections
zio
effect-system
-
Updated
Aug 6, 2021 - Python
Python typing koans to learn type-hints in Python3 using Mypy
-
Updated
Jun 18, 2021 - Python
Vim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)
-
Updated
Oct 8, 2019 - Vim script
MagicMirror Package Manager
python
cli
raspberry-pi
angular
magicmirror
python3
socketio
monaco-editor
mypy
raspberry-pi-3
magicmirror2
-
Updated
May 11, 2021 - Python
Improve this page
Add a description, image, and links to the mypy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mypy topic, visit your repo's landing page and select "manage topics."


We need to add
.. autosummary::to pages that need it.We also need to make sure that this tag renders smoothly.
Usage example: https://github.com/wemake-services/wemake-python-styleguide/blob/ba060dfd18606365d4c09545554b595fce025e79/wemake_python_styleguide/violations/best_practices.py#L16-L17
Docs: https://www.sphinx-doc.org/en/master/usage/extensions/autosummary.html