fix: find_import didn't work properly for classic tools (#2550)

* fix: find_import didn't work properly for classic tools

* ci: fix all files not being checked in style run
This commit is contained in:
Henry Schreiner
2020-10-05 15:31:00 -04:00
committed by GitHub
parent 1411207711
commit 2a2f52201d
6 changed files with 10 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: pre-commit/action@v2.0.0
with:
# Slow hooks are marked with manual - slow is okay here, run them too
extra_args: --hook-stage manual
extra_args: --hook-stage manual --all-files
clang-tidy:
name: Clang-Tidy