Skip to content

Commit 3327c8e

Browse files
authored
chore: update pre-commit hooks (#94)
update pre-commit hooks Signed-off-by: gruebel <[email protected]>
1 parent 7b34822 commit 3327c8e

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
@@ -1,22 +1,22 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.3.3
4+
rev: v0.6.3
55
hooks:
66
- id: ruff
77
args: [--fix]
88
- id: ruff-format
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-toml
1414
- id: check-yaml
1515
- id: trailing-whitespace
1616
- id: check-merge-conflict
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.9.0
19+
rev: v1.11.2
2020
hooks:
2121
- id: mypy
2222
args: [--python-version=3.8]

0 commit comments

Comments
 (0)