Skip to content

Commit 9b46f90

Browse files
Update pre-commit configuration to upgrade ruff and mypy versions to v0.15.0 and v1.19.1 respectively, ensuring compatibility with the latest features and improvements.
1 parent 7948d51 commit 9b46f90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
fi'
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.5
25+
rev: v0.15.0
2626
hooks:
2727
- id: ruff-check
2828
args: [--fix]
@@ -32,7 +32,7 @@ repos:
3232
stages: [pre-commit]
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.18.2
35+
rev: v1.19.1
3636
hooks:
3737
- id: mypy
3838
stages: [pre-push]

0 commit comments

Comments
 (0)