Skip to content

Commit f1d3bd3

Browse files
authored
Auto-update pre-commit hooks
1 parent 2c35912 commit f1d3bd3

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
@@ -3,15 +3,15 @@ default_language_version:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.1.8
6+
rev: v0.3.0
77
hooks:
88
# Run the linter.
99
- id: ruff
1010
args: [ --fix ]
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.5.1
14+
rev: v1.8.0
1515
hooks:
1616
- id: mypy
1717
files: ^src/

0 commit comments

Comments
 (0)