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
- Host: GitHub
- URL: https://github.com/plinss/flake8-postponed-annotations
- Owner: plinss
- Created: 2022-06-11T01:39:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T18:13:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T20:49:15.734Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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