Skip to content

Commit

Permalink
ci: Show format diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioabreu committed May 14, 2024
1 parent f78a8d0 commit dda33bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: format --check
args: format --check --diff
2 changes: 1 addition & 1 deletion m3u8/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def __init__(
self._initialize_attributes()
self.base_path = base_path

def _initialize_attributes(self):
def _initialize_attributes(self ):
self.keys = [
Key(base_uri=self.base_uri, **params) if params else None
for params in self.data.get("keys", [])
Expand Down

0 comments on commit dda33bd

Please sign in to comment.