mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-01 20:21:36 +00:00
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:
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user