Skip to content

Commit 7b3e880

Browse files
committed
[chore] pre-commit autoupdate
Part-of: odoo/upgrade#5330
1 parent e5c31f5 commit 7b3e880

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

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.1.0
15+
rev: v0.1.3
1616
hooks:
1717
- id: ruff
1818
name: Check code with Ruff, apply automatic fixes
1919
args: [ --fix, --show-fixes, --show-source, --exit-non-zero-on-fix ]
2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 23.9.1
21+
rev: 23.10.1
2222
hooks:
2323
- id: black
2424
name: Format code with Black automatically

0 commit comments

Comments
 (0)