Skip to content

Commit

Permalink
style(workflows): Update Python Lint Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 9, 2024
1 parent c592716 commit a799c8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Linting
uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # v24.10.0
with:
# src: "./build"
options: "--check --exclude=''" # "An empty value means no paths are excluded."
# This recursively scans the entire project. Note that `exclude` must be
# an empty string: "An empty value means no paths are excluded."
options: "--check --exclude=''"

# Inherits workflow permissions.
jsonnet:
Expand Down

0 comments on commit a799c8c

Please sign in to comment.