Skip to content

Commit d8b0292

Browse files
committed
Updated pre-commit modules
1 parent 001977e commit d8b0292

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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: check-case-conflict
66
- id: check-merge-conflict
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.4
17+
rev: v0.4.5
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.9.0
24+
rev: v1.10.0
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: [ "typing_extensions" ]

0 commit comments

Comments
 (0)