Skip to content

Commit 2e4cd2d

Browse files
committed
[chore] pre-commit autoupdate
Part-of: #242 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent 8b19705 commit 2e4cd2d

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

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.10.0
15+
rev: v0.11.3
1616
hooks:
1717
- id: ruff
1818
name: Check code with Ruff, apply automatic fixes
1919
args: [ --exit-non-zero-on-fix ]
2020
- id: ruff-format
2121
name: Format code with Ruff
2222
- repo: https://github.com/crate-ci/typos
23-
rev: v1.29.10
23+
rev: v1.31.1
2424
hooks:
2525
- id: typos
2626
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)