An open API service indexing awesome lists of open source software.

https://github.com/plinss/flake8-postponed-annotations

Flake8 plugin to enforce usage of Postponed Evaluation of Annotations per PEP 536
https://github.com/plinss/flake8-postponed-annotations

Last synced: over 1 year ago
JSON representation

Flake8 plugin to enforce usage of Postponed Evaluation of Annotations per PEP 536

Awesome Lists containing this project

README

          

# [flake8-postponed-annotations](https://github.com/plinss/flake8-postponed-annotations)

flake8 plugin to validate Postponed Evaluations of Annotations per PEP 563.

This plugin has been replaced by [flake8-modern-annotations](https://pypi.org/project/flake8-modern-annotations/).

## Installation

Standard python package installation:

pip install flake8-modern-annotations