scripts: use end-of-options marker in find -exec commands

Closes #19450
This commit is contained in:
Viktor Szakats 2025-11-10 16:49:11 +01:00
parent a8e46c5ab1
commit 6aab1dc263
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 13 additions and 13 deletions

View file

@ -91,7 +91,7 @@ jobs:
- name: 'pytype'
run: |
source ~/venv/bin/activate
find . -name '*.py' -exec pytype -j auto -k {} +
find . -name '*.py' -exec pytype -j auto -k -- {} +
- name: 'ruff'
run: |