We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ab550 commit 7653616Copy full SHA for 7653616
.github/workflows/format.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
22
labels: true # autolabel issues and PRs
23
- python: true # format Python code and docstrings
+ # python: true # format Python code and docstrings
24
swift: true # format Swift
25
prettier: true # format YAML, JSON, Markdown and CSS
26
spelling: true # check spelling
0 commit comments