Skip to content

Commit 8afabeb

Browse files
chore: update pre-commit hooks (#36)
1 parent 5180eab commit 8afabeb

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
@@ -28,14 +28,14 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 25.1.0
31+
rev: 25.9.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.17.1
38+
rev: v1.18.2
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]

0 commit comments

Comments
 (0)