Skip to content

Commit 4d8da18

Browse files
committed
clean
1 parent f8466d8 commit 4d8da18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
257257
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
258258
* [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
259259
* Static Type Annotations Generators
260-
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
261-
* [pytype](https://github.com/google/pytype) - Pytype checks and infers types for your Python code - without requiring type annotations
262-
* [pyannotate](https://github.com/dropbox/pyannotate) - Insert annotations into your source code based on call arguments and return types observed at runtime
260+
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.
261+
* [pyannotate](https://github.com/dropbox/pyannotate) - Auto-generate PEP-484 annotations.
262+
* [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations.
263263

264264
## Command-line Interface Development
265265

@@ -295,7 +295,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
295295
* [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
296296
* [tmuxp](https://github.com/tony/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
297297
* [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.
298-
299298
* CLI Enhancements
300299
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
301300
* [iredis](https://github.com/laixintao/iredis) - Redis CLI with autocompletion and syntax highlighting.

0 commit comments

Comments
 (0)