2. What is an AST rule?
For AST rules, you need to select which entity in the tree you want to execute your rule against. To view the entire list of entities, their descriptions, and an example, go to the Codiga Documentation
Let's go!
Start interacting with the tutorial!
your code
123456
import loggingimport requestsΒ def my_function():Β Β foo = 1Β Β foobar()