From 58d33989365338dd9e3ae1f09a7120be78676c11 Mon Sep 17 00:00:00 2001 From: Robert Hofer <1058012+hofrob@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:08:58 +0100 Subject: [PATCH] Remove abandoned project pyannotate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 08c44ed75..c01386f66 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types. * Static Type Annotations Generators * [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types. - * [pyannotate](https://github.com/dropbox/pyannotate) - Auto-generate PEP-484 annotations. * [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations. ## Command-line Interface Development