We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4a15a commit 2daa9c6Copy full SHA for 2daa9c6
.github/workflows/code_quality.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Run Ruff
36
uses: chartboost/ruff-action@v1
37
with:
38
- args: --exclude '.*_pb2\\.py$'
+ args: 'format --check --exclude .*_pb2\\.py$'
0 commit comments