Skip to content

Commit ff41414

Browse files
committed
[chore] pre-commit autoupdate
Part-of: odoo/upgrade#5293
1 parent 6ebd97f commit ff41414

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
@@ -12,7 +12,7 @@ repos:
1212
files: '^src/\w+/(tests|0\.0\.0)/.*\.py$'
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.0.292
15+
rev: v0.1.0
1616
hooks:
1717
- id: ruff
1818
name: Check code with Ruff, apply automatic fixes
@@ -23,7 +23,7 @@ repos:
2323
- id: black
2424
name: Format code with Black automatically
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.4.0
26+
rev: v4.5.0
2727
hooks:
2828
- id: check-xml
2929
- id: check-yaml

0 commit comments

Comments
 (0)