Skip to content

Commit 3bb8f33

Browse files
committed
update pre-commit hooks
1 parent b896f88 commit 3bb8f33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: ^tests/.*\.(?:patch|diff)$
@@ -15,14 +15,14 @@ repos:
1515
args: ["--fix=lf"]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.3.3
18+
rev: v0.6.4
1919
hooks:
2020
# Run the linter.
2121
- id: ruff
2222
# Run the formatter.
2323
- id: ruff-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: 'v1.9.0'
25+
rev: 'v1.11.2'
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:

0 commit comments

Comments
 (0)