13. Test in your IDE
Last step: test in your IDE! First, download the Codiga plugin for VS Code, JetBrains, or Visual Studio.
Create a codiga.yml file at the root of your project with the following content:
1rulesets:
2 - python-security
If you set the privacy of your ruleset to private, make sure you set your Codiga API token in your IDE.
Edit a Python file (extension.py) and enter the code
1assert foo
The same error will be triggered in the Codiga Code Analysis and your pull requests as long as the codiga.yml file is present.