Skip to content

Commit bdf6d20

Browse files
committed
bump pre-commit hook versions
1 parent a88bf48 commit bdf6d20

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
@@ -10,7 +10,7 @@ repos:
1010
- id: requirements-txt-fixer
1111

1212
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.13.0
13+
rev: v1.15.0
1414
hooks:
1515
- id: mypy
1616
files: ^src/
@@ -22,12 +22,12 @@ repos:
2222
args: [ --py313-plus ]
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.19.0
25+
rev: v3.19.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [ --py313-plus ]
2929

3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.11.10
31+
rev: v0.11.11
3232
hooks:
3333
- id: ruff

0 commit comments

Comments
 (0)