davidhalter / jedi

Awesome autocompletion, static analysis and refactoring library for python
http://jedi.readthedocs.io
Other
5.78k stars 508 forks source link

Enable linting of our test code, but not our test data files #2006

Closed PeterJCLaw closed 3 months ago

PeterJCLaw commented 3 months ago

This aims to make development of tests easier by adding more automated checks for minor errors. It also makes some slightly unusual code more explicit about what it's doing by requiring markers.

davidhalter commented 3 months ago

Thanks!