Question

How can I check a python program for errors without running it? I want to get the error messages that say what line my error is on, but I do not want to execute the program.

Was it helpful?

Solution

Use code analysis tools like pylint.

pylint is the most popular, but there are others:

Hope that helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top