Skip to content

Commit 5440b83

Browse files
pre-commit update
1 parent 45ed1cb commit 5440b83

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
@@ -7,14 +7,14 @@ repos:
77
- id: debug-statements
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.3
10+
rev: v0.12.4
1111
hooks:
12-
- id: ruff
12+
- id: ruff-check
1313
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.16.1
17+
rev: v1.17.0
1818
hooks:
1919
- id: mypy
2020
args: [--strict]

0 commit comments

Comments
 (0)