Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#546)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tobias Raabe <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and tobiasraabe authored Jan 9, 2024
1 parent d625ae4 commit 04b8f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ repos:
hooks:
- id: sort-all
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.1.11
hooks:
- id: ruff-format
- id: ruff
args: [--unsafe-fixes]
- repo: https://github.com/dosisod/refurb
rev: v1.26.0
rev: v1.27.0
hooks:
- id: refurb
args: [--ignore, FURB126]
Expand Down
2 changes: 1 addition & 1 deletion src/_pytask/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _generate_table(
relevant_reports = []

if sort_table:
relevant_reports = sorted(relevant_reports, key=lambda report: report.name)
relevant_reports.sort(key=lambda report: report.name)

table: Table | None
if add_caption:
Expand Down

0 comments on commit 04b8f69

Please sign in to comment.