Skip to content

Commit

Permalink
workflow/ci: Install flake8-quote under pylint job
Browse files Browse the repository at this point in the history
In the Github workflow continuous integration::flake8-lint job, add
new checks for standardizing Python quotes usage. This will help
maintain the recommended quotes style in all new PR's.

Signed-off-by: Kamalesh Babulal <[email protected]>
  • Loading branch information
kamalesh-babulal committed Aug 14, 2024
1 parent 46e796b commit 6fae845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.8"
- run: pip install flake8-quote
- name: flake8 Lint
uses: reviewdog/action-flake8@v3
with:
Expand Down

0 comments on commit 6fae845

Please sign in to comment.