Skip to content

Commit

Permalink
Merge pull request #67 from acsone/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
sbidoul authored Jul 12, 2024
2 parents 6fb133c + bafe412 commit cae2683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.5.1
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/commands/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def key(addon_name: str) -> NodeKey:
return addon_name

def print(self, odoo_series: OdooSeries, fold_core_addons: bool) -> None:
seen: Set["Node"] = set()
seen: Set[Node] = set()

def _print(indent: List[str], node: Node) -> None:
# inspired by https://stackoverflow.com/a/59109706
Expand Down

0 comments on commit cae2683

Please sign in to comment.