Skip to content

Commit 3f674ba

Browse files
committed
fix entry location
1 parent 6fc1bbd commit 3f674ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
246246
- [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
247247
- Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
248248
- [mypy](https://github.com/python/mypy) - Check variable types during compile time.
249-
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
250249
- [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
250+
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
251251
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
252252
- Static Type Annotations Generators
253253
- [monkeytype](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.

0 commit comments

Comments
 (0)