Skip to content

Commit 0e2e9e1

Browse files
committed
[chore] pre-commit autoupdate
Part-of: #318 Related: odoo/upgrade#8438 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
1 parent 13adede commit 0e2e9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ repos:
1414
files: '^src/\w+/(tests|0\.0\.0)/.*\.py$'
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.0
17+
rev: v0.13.0
1818
hooks:
1919
- id: ruff
2020
name: Check code with Ruff, apply automatic fixes
2121
args: [ --exit-non-zero-on-fix ]
2222
- id: ruff-format
2323
name: Format code with Ruff
2424
- repo: https://github.com/crate-ci/typos
25-
rev: v1.33.1
25+
rev: v1.36.2
2626
hooks:
2727
- id: typos
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v5.0.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: check-xml
3232
- id: check-yaml

0 commit comments

Comments
 (0)