Skip to content

Commit 749d0cc

Browse files
committed
[chore] pre-commit autoupdate
Part-of: #336 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
1 parent ee04109 commit 749d0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

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

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.13.0
17+
rev: v0.14.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.36.2
25+
rev: v1.38.1
2626
hooks:
2727
- id: typos
2828
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)