Skip to content

build: add '.git' to 'make lint-py' exclude list

Rodrigo Muino Tomonari requested to merge github/fork/cclauss/patch-1 into master

When run locally flake8 is currently creating false positives by scanning the .git directory. This PR prevents that behavior.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading