Skip to content

Commit c23ced2

Browse files
committed
...
1 parent e66f599 commit c23ced2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

misc/content/2018/07/command-line-tools-for-python-developing/command-line-tools-for-python-developing.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Slug: useful-tools-for-python-developing
55
Title: Useful Tools for Python Developing
66
Category: Computer Science
77
Tags: programming, Python, development, command-line, pylint, yapf, pdb, linter, formatting, debugging, dev, lint, format, dead code, type, annotation
8-
Modified: 2023-01-19 12:30:08
8+
Modified: 2025-06-03 01:05:56
99

1010

1111
[vulture](https://github.com/jendrikseipp/vulture)
@@ -14,10 +14,20 @@ It is useful for cleaning up and finding errors in large code bases.
1414

1515
- [pandas-stubs](https://pypi.org/project/pandas-stubs/)
1616

17-
- [pytype](https://github.com/google/pytype)
17+
## Testing
1818

1919
- [pytest](https://github.com/pytest-dev/pytest)
2020

21+
## Typing Checker
22+
23+
https://github.com/astral-sh/ty
24+
An extremely fast Python type checker and language server, written in Rust.
25+
26+
https://github.com/facebook/pyrefly
27+
A fast type checker and IDE for Python
28+
29+
- [pytype](https://github.com/google/pytype)
30+
2131
## Lint Python Scripts
2232

2333
### [ruff](https://github.com/charliermarsh/ruff/)

0 commit comments

Comments
 (0)