Skip to content

Commit cae2683

Browse files
authored
Merge pull request #67 from acsone/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6fb133c + bafe412 commit cae2683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.4.4
12+
rev: v0.5.1
1313
hooks:
1414
- id: ruff
1515
args: [--exit-non-zero-on-fix]

src/manifestoo/commands/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def key(addon_name: str) -> NodeKey:
2727
return addon_name
2828

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

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

0 commit comments

Comments
 (0)