Skip to content

Commit

Permalink
style: pep8 and yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 28, 2024
1 parent c2064a5 commit 85d27ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Code analysis
on:
pull_request:
types:
- opened
- ready_for_review
- synchronize
types: [opened, ready_for_review, synchronize]
jobs:
Linting:
if: ${{ github.event.pull_request.draft == false }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scripts/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def run_python_linter(python_files):
print('No python files were found. Skipping python linter analysis')
return 0


linters_data = {
'pycodestyle': {
'command': 'pycodestyle',
Expand Down

0 comments on commit 85d27ab

Please sign in to comment.