Add FAST to Python linting check (#3026)

* turn on Python linting for fast
* remove secops.py

---------

Co-authored-by: bruzzechesse <bruzzechesse@google.com>
This commit is contained in:
Ludovico Magnocavallo
2025-04-11 16:48:17 +02:00
committed by GitHub
parent dddd42dd07
commit 4811f72a6c
2 changed files with 2 additions and 407 deletions

View File

@@ -95,7 +95,8 @@ jobs:
run: |
yapf -p -d -r \
tools/*.py \
blueprints
blueprints \
fast
- name: Check blueprint metadata
id: metadata