Skip to content

Exclude scripts/vendor from make lint

Bruno Cardoso requested to merge exclude-tree-sitter-from-linter into main

make lint currently runs against scripts/vendor/** too.

This MR excludes scripts/vendor for flake8 and isort.

Merge request reports