Skip to content

Commit 80561f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.7...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
1 parent fec3021 commit 80561f9

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
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.5.7'
4+
rev: 'v0.6.3'
55
hooks:
66
# Run the formatter.
77
- id: ruff-format
88
# Run the linter.
99
- id: ruff
1010
args: [--fix]
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: 'v1.11.1'
12+
rev: 'v1.11.2'
1313
hooks:
1414
- id: mypy
1515
additional_dependencies: ['polars==1.4.1', 'pytest==8.3.2']

0 commit comments

Comments
 (0)